tutorial-1-loop_and_import/main.mjs

11 lines
229 B
JavaScript
Raw Permalink Normal View History

2022-04-09 17:29:35 +02:00
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());
}