swoolcock / diddy

An Open Source Framework that includes a set of extra functions and APIs for the Monkey language.
MIT License
21 stars 4 forks source link

Update tile.monkey #47

Closed nobuyukinyuu closed 9 years ago

nobuyukinyuu commented 9 years ago
swoolcock commented 9 years ago

Done, and I stripped out the virtual resolution stuff that's no longer needed.

nobuyukinyuu commented 9 years ago

Excellent. If you're using Jungle, be sure to eyeball the couple spots where vars are declared but not used (particularly after refactoring, since some have been moved further down into more localized block scopes and the enclosing declarations may no longer be necessary). I'd have removed those in this patch, but I wasn't sure which ones might still end up in use!