This commit is contained in:
Tabby 2025-09-03 21:34:33 +10:00
parent 6ce339b430
commit 314f485f01
15 changed files with 318 additions and 17 deletions

View file

@ -12,4 +12,5 @@ func _process(delta: float) -> void:
func _on_play_button_pressed() -> void:
Router.player_mode = false
get_tree().change_scene_to_file("res://test.tscn")

View file

@ -62,8 +62,8 @@ layout_mode = 2
layout_mode = 2
size_flags_vertical = 3
bbcode_enabled = true
text = "You are a snake, or rather, you are it's sincle braincell. press [color=green]Enter[/color] to switch between [i]controlling the snake[/i] and [i]controlling the braincell[/i].
In snake form, Use the [color=green]Arrow Keys[/color] to direct the snake into apples. Then in braincell view, use the [color=green]Space[/color] key to pickup collected apples and put them in the [i]furnace[/i] - this will replenish your food, if you run of food you die!"
text = "You are a snake, or rather, you are it's sincle braincell. press [color=green]X[/color] to switch between [i]controlling the snake[/i] and [i]controlling the braincell[/i].
In snake form, Use the [color=green]Arrow Keys[/color] to direct the snake into apples. Then in braincell view, use the [color=green]Z[/color] key to pickup collected apples and put them in the [i]furnace[/i] - this will replenish your food, if you run of food you die!"
fit_content = true
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PanelContainer/VBoxContainer"]
@ -82,7 +82,7 @@ size_flags_horizontal = 3
size_flags_vertical = 8
text = "Play"
[node name="Label" type="Label" parent="."]
[node name="version" type="Label" parent="."]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
@ -93,6 +93,6 @@ offset_left = -40.0
offset_top = -23.0
grow_horizontal = 0
grow_vertical = 0
text = "V 0.2"
text = "V 0.3"
[connection signal="pressed" from="MarginContainer/VBoxContainer/PanelContainer/VBoxContainer/HBoxContainer/PlayButton" to="." method="_on_play_button_pressed"]