Milestone 2: Beast

This update to the code adds a fully working beast, which is randomly selected and can capture any of the other players.
This commit is contained in:
patrick_pluto 2024-08-03 16:10:14 +02:00
parent dfe714044d
commit 812821b510
7 changed files with 242 additions and 14 deletions

View file

@ -59,7 +59,7 @@ grow_vertical = 0
[node name="Label" type="Label" parent="ver_string"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "Milestone 1"
text = "Milestone 2"
[connection signal="pressed" from="main_content/create" to="." method="_on_create_pressed"]
[connection signal="pressed" from="main_content/join" to="." method="_on_join_pressed"]