// This script is the main entry point of the game var scene = Atomic.player.loadScene("Scenes/Scene.scene"); // called per frame, optional function update(timeStep) { } exports.update = update;