This commit is contained in:
Philipp Horstenkamp 2022-04-09 17:29:35 +02:00
commit c02dcc5c23
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 10 additions and 0 deletions

10
main.mjs Normal file
View File

@ -0,0 +1,10 @@
import { } from '/game/utils';
import { } from '/game/prototypes';
import { } from '/game/constants';
import { } from '/arena';
export function loop() {
// Your code goes here
console.log('Current tick:', getTime());
}