summaryrefslogtreecommitdiff
path: root/scene/2d/polygon_2d.h
AgeCommit message (Collapse)Author
2016-06-18Add missing license headers in our source files (#5255)RĂ©mi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-05-23Polygon2D now exposes vertex colors.Ovnuniarchos
2015-04-28-fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky
-added a new function, Camera::is_position_behind to aid to unproject(), fixes #1725
2014-07-07Polygon2DJuan Linietsky
-=-=-=-=- Another gift for those who make 2D games: -Edit polygons, concave or convex, color them, texture them and uv-map them -Corresponding editor -Can have a custom pivot, so they are compatible with bones and IK