Remove Unecessary Config Files

This commit is contained in:
2025-07-05 18:16:29 -03:00
parent 996578de85
commit 0e90afedbf
5 changed files with 7503 additions and 167 deletions

View File

@@ -40,6 +40,7 @@ declare global {
// }
// });
export const loop = () => {
console.log(`Current game tick is ${Game.time}`);
console.log(`Current game CPU is ${Game.cpu.getUsed()}`);
};
for (const spawn of Object.values(Game.spawns)) {
console.log(`Spawn ${spawn.name} in room ${spawn.room.name} is ready.`);
}
};