main.js 221 B

1234567
  1. // This script is the main entry point of the game
  2. //Load scene
  3. Atomic.renderer.reuseShadowMaps = false;
  4. Atomic.renderer.shadowQuality = Atomic.SHADOWQUALITY_LOW_16BIT;
  5. Atomic.player.loadScene("Scenes/ToonTown.scene");