main.ts 141 B

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