Final Working Version

This commit is contained in:
2025-07-05 18:09:35 -03:00
parent 3e9851a2c9
commit 996578de85
6 changed files with 24 additions and 39 deletions

View File

@@ -41,4 +41,5 @@ declare global {
// });
export const loop = () => {
console.log(`Current game tick is ${Game.time}`);
console.log(`Current game CPU is ${Game.cpu.getUsed()}`);
};