Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script src="engine/WebStoryEngine.js"></script>
  2. using("WSE.Game").run(function (Game) {
  3.  
  4. console.log("Starting the game...");
  5.  
  6. var game = new Game({
  7. url: "assets/story/game.xmugly",
  8. host: typeof HOST === "undefined" ? false : HOST
  9. });
  10.  
  11. game.start();
  12. });
Add Comment
Please, Sign In to add comment