Created
September 1, 2012 06:53
-
-
Save cha0s/3566040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main = new MainBrowser() | |
main.initialize().then -> | |
Engine.state = | |
state: 'Environment' | |
args: | |
teleport: | |
environment: '/environment/browser-demo-kstown.environment.json' | |
roomIndex: 0 | |
entrance: | |
position: | |
x: 64 | |
y: 64 | |
main.launch() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment