summaryrefslogtreecommitdiffstats
path: root/core/math/transform_2d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-1/+1
| | | | | This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field
* [Core] Transform2D add set_scale and fix set_rotationAaron Franke2019-02-121-2/+10
| | | | Note: These are still not exposed to GDScript
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* [Core] Move Rect2 and Transform2D to their own filesAaron Franke2018-08-101-0/+272
Math2D includes Transform2D, which includes Rect2, which includes Vector2.