Dancing animations, some glitch fixed

This commit is contained in:
2024-11-02 21:39:16 +01:00
parent 6cfa1d1a05
commit 220c390597
19 changed files with 378 additions and 38 deletions

View File

@@ -1,3 +1,16 @@
[gd_resource type="Theme" format=2]
[gd_resource type="Theme" load_steps=4 format=2]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.14902, 0.14902, 0.14902, 0.784314 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.285156, 0.285156, 0.285156, 0.784314 )
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.027451, 0.027451, 0.027451, 0.745098 )
[resource]
Button/styles/focus = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 1 )
Button/styles/pressed = SubResource( 3 )