port to godot 3.4 because of 'non breaking changes' i am so mad

This commit is contained in:
zoe 2021-11-09 11:41:23 +01:00
parent d90e99e579
commit 41c3dfa881
25 changed files with 59 additions and 674 deletions

View file

@ -214,6 +214,7 @@ border_color = Color( 0.454902, 0.337255, 0.607843, 1 )
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 0.454902, 0.337255, 0.607843, 1 )
Button/colors/font_color_disabled = Color( 0.454902, 0.337255, 0.607843, 1 )
Button/colors/font_color_focus = Color( 0.454902, 0.337255, 0.607843, 1 )
Button/colors/font_color_hover = Color( 0.454902, 0.337255, 0.607843, 1 )
Button/colors/font_color_pressed = Color( 0.454902, 0.337255, 0.607843, 1 )
Button/constants/hseparation = 2