summaryrefslogtreecommitdiff
path: root/demos/2d/platformer/tileset.xml
AgeCommit message (Collapse)Author
2015-02-13Added body mode property to TileMap to select between static and kinematic ↵Carl Olsson
physics bodies. Kinematic allow use of TileMaps for moving platforms for example. Updated 2D Platformer demo to use kinematic TileMaps for moving platforms, in doing so discovered that the tileset was messed up and not converting properly, so fixed that too. And in order to fix the tileset I need to activate snapping for collision polygon vertices.
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky