summaryrefslogtreecommitdiff
path: root/demos/2d/kinematic_char/player.gd
AgeCommit message (Collapse)Author
2015-01-13-Add support for one-way collision in 2D (only works for kinematic body so far)Juan Linietsky
-Solve drawing order bug introduced in previous commit: solves #1214
2014-10-16-added custom metadata to physics shapes (2D only for now)Juan Linietsky
-gizmos are not displayed in camera preview
2014-09-06Fixed comments in kinematic_char demoLuke Picciau
2014-02-22-added kinematic bodyJuan Linietsky
-added kinematic body demos