mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-15 22:14:33 +00:00
upgrade gut
This commit is contained in:
parent
6e724f67fe
commit
82aeebfd35
201 changed files with 8547 additions and 3871 deletions
13
addons/gut/gui/EditorRadioButton.tres
Normal file
13
addons/gut/gui/EditorRadioButton.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://dssgvu257o1si"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u716c"]
|
||||
bg_color = Color(0.43137255, 0.8784314, 0.6156863, 0.5254902)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ht2pf"]
|
||||
bg_color = Color(0, 0.44705883, 0.23921569, 1)
|
||||
|
||||
[resource]
|
||||
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_u716c")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_ht2pf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue