finished game

This commit is contained in:
Tabby 2025-09-06 18:31:54 +10:00
parent 314f485f01
commit 4de04ea193
7 changed files with 2 additions and 1 deletions

BIN
assets/braincell.pdn Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 578 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 839 B

Before After
Before After

BIN
assets/segement.pdn Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Before After
Before After

View file

@ -32,6 +32,7 @@ door_in_node = NodePath("Door/DoorIn")
door_out_node = NodePath("Door/DoorOut")
[node name="Door" type="Node2D" parent="DoorArm"]
z_index = 1
position = Vector2(160, 0)
[node name="DoorIn" type="Area2D" parent="DoorArm/Door"]

View file

@ -93,6 +93,6 @@ offset_left = -40.0
offset_top = -23.0
grow_horizontal = 0
grow_vertical = 0
text = "V 0.3"
text = "V 0.4"
[connection signal="pressed" from="MarginContainer/VBoxContainer/PanelContainer/VBoxContainer/HBoxContainer/PlayButton" to="." method="_on_play_button_pressed"]