main.js 140 B

123456789
  1. // This script is the main entry point of the game
  2. // called per frame, optional
  3. function update(timeStep) {
  4. }
  5. exports.update = update;