aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/texture_editor_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* renamed _input_event for GUI events to _gui_input, so it's more ↵Juan Linietsky2017-01-081-1/+1
| | | | differentiated than generalized _input
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-2/+2
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* -Improve resource previewsJuan Linietsky2016-05-231-0/+49
-Also fixed draw_texture_rect() tile parameter