You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having to work out the numbers for map.setCollisionBetween() is a bit of a pain, so it would be great if the plugin could set this on the map objects itself. It makes the API even friendlier.
I've also noticed that internal edges on tile objects (collideUp, etc) don't get flagged correctly if map.setCollisionBetween() is called after creating layers. This should be looked into.
Having to work out the numbers for
map.setCollisionBetween()
is a bit of a pain, so it would be great if the plugin could set this on the map objects itself. It makes the API even friendlier.I've also noticed that internal edges on tile objects (
collideUp
, etc) don't get flagged correctly ifmap.setCollisionBetween()
is called after creating layers. This should be looked into.Related to #43 and #49.
The text was updated successfully, but these errors were encountered: