main.js 154 B

1234567891011
  1. // This script is the main entry point of the game
  2. Atomic.player.loadScene("Scenes/Scene.scene");
  3. // called per frame
  4. function update(timeStep) {
  5. }