-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maps #9
base: maps
Are you sure you want to change the base?
Maps #9
Conversation
if(index > -1){ | ||
hidden_layers.splice(index,1); | ||
} | ||
delete hidden_layers[pkmn]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, DON'T
http://stackoverflow.com/a/500617
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't realize that was a thing. I'll revert that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How true is this? http://stackoverflow.com/a/8173732
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My fault. I did not see that you've changed hidden_layer from array to object.
delete is fine then.
Hi, how do I start this with a mac? I have no idea where to begin ^^ |
Tested and working.
Hashing function to not duplicate pokemon required data to change to a dict def eg { }
i feel as this is kinda the best of both worlds. uses your scanning functions and fix the map display issues using luke-jr.
Not sure what branch to pull to so leaving as normal maps.
If you dont want me to push to you just say so.