1 decade ago by SnakePlissken
Hey so I have just purchased this product and trying to understand the basics currently. I have a decent background in javascript so I'm not a complete noob to programming. However I can not get the most basic of tasks to work in this engine. I am trying to just create a level with the level creator and then load it on the screen using the base index.html given. I am adding the game.levels.(levelname) in the requires of the main.js and I am adding this.loadLevel( Level(name of level) ). However all I get is a blank canvas that seems to be sized correct but no images. What I am doing wrong here?