Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

[Typos?] Step 03 #10

Open
elegarpes opened this issue Feb 27, 2017 · 0 comments
Open

[Typos?] Step 03 #10

elegarpes opened this issue Feb 27, 2017 · 0 comments

Comments

@elegarpes
Copy link

First time _loadLevel function appears:

PlayState.create = function () {
    //...
    this._loadLevel(this.game.cache.getJSON('level:1'));
};

PlayState._loadLevel(data) {
};

The definition contains an error.
PlayState._loadLevel = function(data){

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant