Difference between revisions of "tile-collider"
(Created page with "This is a module for handling collision with tile maps. It's very simple to use. Set up callbacks and create a handler object, which is used to resolve collision with a tile map....") |
(Keyword: Physics) |
||
Line 5: | Line 5: | ||
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} | ||
{{#set:Description= Module for resolving tile collisions (+slopes) }} | {{#set:Description= Module for resolving tile collisions (+slopes) }} | ||
+ | {{#set:Keyword=Physics}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Latest revision as of 07:02, 23 December 2016
This is a module for handling collision with tile maps. It's very simple to use. Set up callbacks and create a handler object, which is used to resolve collision with a tile map.