Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability for multiple images to be imported as an atlas | Juan Linietsky | 2019-04-19 | 1 | -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_rotation | Aaron Franke | 2019-02-12 | 1 | -2/+10 |
| | | | | Note: These are still not exposed to GDScript | ||||
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | [Core] Move Rect2 and Transform2D to their own files | Aaron Franke | 2018-08-10 | 1 | -0/+272 |
Math2D includes Transform2D, which includes Rect2, which includes Vector2. |