godot/scene
Hugo Locurcio 31b7f02a29
Remove ToolButton in favor of Button
ToolButton has no redeeming differences with Button;
it's just a Button with the Flat property enabled by default.
Removing it avoids some confusion when creating GUIs.

Existing ToolButtons will be converted to Buttons, but the Flat
property won't be enabled automatically.

This closes https://github.com/godotengine/godot-proposals/issues/1081.
2020-06-19 20:49:49 +02:00
..
2d Normalise p_up_direction vector in move_and_slide() and 2020-06-16 09:56:08 +01:00
3d Merge pull request #38932 from Calinou/increase-light3d-shadow-bias 2020-06-19 20:02:26 +02:00
animation Restore capture caches when missing 2020-06-05 23:26:25 +02:00
audio Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
debugger Fix resource preview in remote inspector 2020-05-23 11:52:02 +02:00
gui Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
main Change "ParentNode" to "Inherit" in Texture Options 2020-06-14 16:02:00 -05:00
resources Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
register_scene_types.cpp Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
scene_string_names.h Custom Skeleton3DEditorPlugin 2020-05-22 09:54:34 -07:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00