time to update itch!
This commit is contained in:
parent
1c3d21abec
commit
4d0fefb777
3 changed files with 21 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ https://freesound.org/people/primeval_polypod/sounds/156507/
|
|||
- [x] improve menu
|
||||
- [x] swap out to developer name
|
||||
- [x] make it a 3d environment with a rotating camera
|
||||
- [ ] make kill zones check every frame, rather than just on entry
|
||||
- [ ] increment version number
|
||||
- [x] make kill zones check every frame, rather than just on entry
|
||||
- [x] increment version number
|
||||
- [x] pause menu on ESC
|
||||
- [x] replace back to menu button
|
||||
- [x] volume settings?
|
||||
|
|
|
|||
19
menu.tscn
19
menu.tscn
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dggn70v8xqwgy"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dggn70v8xqwgy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b8hwd1cx5kvbc" path="res://Scripts/menu.gd" id="1_igukb"]
|
||||
|
||||
|
|
@ -8,6 +8,9 @@ font_color = Color(0.631665, 0.267098, 1, 1)
|
|||
outline_size = 15
|
||||
outline_color = Color(1, 0.446282, 0.988369, 1)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_lti8b"]
|
||||
font_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="Menu" type="Control" node_paths=PackedStringArray("level_node", "credits_node", "credits_button", "levels_vbox", "exit_button")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
|
|
@ -120,6 +123,20 @@ layout_mode = 2
|
|||
size_flags_horizontal = 3
|
||||
text = "Exit Game"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -1.0
|
||||
offset_top = -23.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "v1.1"
|
||||
label_settings = SubResource("LabelSettings_lti8b")
|
||||
|
||||
[connection signal="meta_clicked" from="MarginContainer/VBoxContainer/PanelContainer/VBoxContainer/ScrollContainer/MarginContainer/CreditsPage" to="." method="_on_credits_page_meta_clicked"]
|
||||
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CreditsButton" to="." method="_on_credits_button_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/ExitButton" to="." method="_on_exit_button_pressed"]
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Chrono Chamber"
|
||||
config/version="1.1"
|
||||
run/main_scene="uid://ckhb0hrwrg7w"
|
||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||
config/icon="res://Assets/Textures/cobalt_stone_4.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue