commit c02dcc5c23b622ed6afc11ec5ce55a44394e3675 Author: Philipp Horstenkamp Date: Sat Apr 9 17:29:35 2022 +0200 init diff --git a/main.mjs b/main.mjs new file mode 100644 index 0000000..d0f22ea --- /dev/null +++ b/main.mjs @@ -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()); +} +