Added music, best times, more backgrounds and more levels

This commit is contained in:
2024-05-07 18:13:53 +01:00
parent 6f6b1f4b80
commit 0017d49923
38 changed files with 769 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://bxkneahqum6hb"]
[gd_scene load_steps=12 format=3 uid="uid://bxkneahqum6hb"]
[ext_resource type="Script" path="res://LevelEditor.gd" id="1_p7hit"]
[ext_resource type="Script" path="res://LevelEditCell.gd" id="2_ayd4g"]
@@ -8,6 +8,7 @@
[ext_resource type="Script" path="res://LevelSelector.gd" id="6_brm2b"]
[ext_resource type="Script" path="res://BackgroundSelector.gd" id="7_x1vot"]
[ext_resource type="Script" path="res://LoadPanel.gd" id="8_0o6x4"]
[ext_resource type="Script" path="res://HexOnly.gd" id="8_72pke"]
[ext_resource type="Script" path="res://ExportPanel.gd" id="9_nmcps"]
[ext_resource type="Script" path="res://ImportPanel.gd" id="10_q6s0l"]
@@ -1949,9 +1950,8 @@ script = ExtResource("2_ayd4g")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_left = 464.0
offset_top = 16.0
offset_right = 624.0
offset_bottom = 344.0
offset_bottom = 360.0
[node name="NameLabel" type="Label" parent="VBoxContainer"]
layout_mode = 2
@@ -2007,6 +2007,20 @@ text_overrun_behavior = 3
clip_text = true
script = ExtResource("7_x1vot")
[node name="TintLabel" type="Label" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("4_usb0o")
text = "Tint"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Tint" type="LineEdit" parent="VBoxContainer"]
layout_mode = 2
focus_mode = 1
theme = ExtResource("4_usb0o")
text = "FFFFFF"
script = ExtResource("8_72pke")
[node name="VSeparator" type="VSeparator" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
@@ -2066,9 +2080,8 @@ text = "EXIT"
[node name="LoadPanel" type="PanelContainer" parent="."]
visible = false
offset_left = 464.0
offset_top = 16.0
offset_right = 624.0
offset_bottom = 344.0
offset_bottom = 360.0
theme = ExtResource("4_usb0o")
script = ExtResource("8_0o6x4")
@@ -2097,9 +2110,8 @@ text = "CANCEL"
[node name="ExportPanel" type="PanelContainer" parent="."]
visible = false
offset_left = 464.0
offset_top = 16.0
offset_right = 624.0
offset_bottom = 344.0
offset_bottom = 360.0
theme = ExtResource("4_usb0o")
script = ExtResource("9_nmcps")
@@ -2123,9 +2135,8 @@ text = "CLOSE"
[node name="ImportPanel" type="PanelContainer" parent="."]
visible = false
offset_left = 464.0
offset_top = 16.0
offset_right = 624.0
offset_bottom = 344.0
offset_bottom = 360.0
theme = ExtResource("4_usb0o")
script = ExtResource("10_q6s0l")
@@ -2156,6 +2167,7 @@ theme = ExtResource("4_usb0o")
text = "CANCEL"
[connection signal="item_selected" from="VBoxContainer/Background" to="." method="_on_background_item_selected"]
[connection signal="tint_changed" from="VBoxContainer/Tint" to="." method="_on_tint_tint_changed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Load" to="." method="_on_load_pressed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Save" to="." method="_on_save_pressed"]
[connection signal="pressed" from="VBoxContainer/HBoxContainer3/Import" to="." method="_on_import_pressed"]