finished game
This commit is contained in:
parent
314f485f01
commit
4de04ea193
7 changed files with 2 additions and 1 deletions
BIN
assets/braincell.pdn
Normal file
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 |
BIN
assets/door.png
BIN
assets/door.png
Binary file not shown.
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 839 B |
BIN
assets/segement.pdn
Normal file
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 |
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue