Difference between revisions of "Advanced Tiled Collider"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | Advanced Tiled Collider (ATC) is a collision class for Advanced Tiled Loader (ATL). | ||
+ | Features: | ||
+ | |||
+ | * Requires ATL 0.12 (Untested for other versions) | ||
+ | * Customizable collision callback for all sorts of possibilities | ||
+ | * Supports the use of vertical/horizontal height maps for slopes | ||
+ | * Continuous collision detection ensures that nothing is missed | ||
+ | |||
+ | [http://love2d.org/forums/viewtopic.php?f=5&t=2567 forum thread] | ||
+ | [https://github.com/Kadoba/Advanced-Tiled-Loader github repository] | ||
+ | |||
+ | {{#set:LOVE Version=8.0.0}} | ||
+ | {{#set:Description=Collision helper class for Advanced Tiled Loader}} | ||
+ | [[Category:Libraries]] |
Revision as of 06:57, 9 March 2013
Advanced Tiled Collider (ATC) is a collision class for Advanced Tiled Loader (ATL).
Features:
- Requires ATL 0.12 (Untested for other versions)
- Customizable collision callback for all sorts of possibilities
- Supports the use of vertical/horizontal height maps for slopes
- Continuous collision detection ensures that nothing is missed