tutorial-1-loop_and_import/main.mjs

11 lines
229 B
JavaScript

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());
}