ite update
All checks were successful
CI / build (push) Successful in 2m23s

This commit is contained in:
ultrablob 2025-02-05 18:20:26 -05:00
parent 18012d04ec
commit 8cb01d7918
10 changed files with 75 additions and 74 deletions

View file

@ -161,10 +161,9 @@ text = "Movement "
layout_mode = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 54
item_count = 2
selected = 0
item_count = 2
popup/item_0/text = "Relative"
popup/item_0/id = 0
popup/item_1/text = "Absolute"
popup/item_1/id = 1
@ -180,11 +179,10 @@ text = "CLASS"
layout_mode = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 54
item_count = 3
selected = 0
item_count = 3
popup/item_0/text = "Row"
popup/item_0/id = 0
popup/item_1/text = "Apezoid"
popup/item_1/text = "Ite"
popup/item_1/id = 1
popup/item_2/text = "Iamond"
popup/item_2/id = 2
@ -327,8 +325,8 @@ bus = &"Music"
[connection signal="pressed" from="Layout/Play" to="." method="play"]
[connection signal="pressed" from="Layout/Settings" to="Settings Panel" method="show"]
[connection signal="pressed" from="Layout/Tutorial" to="Tutorial Text" method="show"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"]
[connection signal="value_changed" from="Settings Panel/Menu/MusicVolume" to="Settings Panel/Menu/MusicVolume" method="_on_value_changed"]