Fix multiplayer

This commit is contained in:
2023-09-04 07:20:33 -07:00
parent c32bbfe45a
commit c2239d240e
16 changed files with 954 additions and 124 deletions

View File

@@ -124,4 +124,13 @@ offset_right = 336.0
offset_bottom = 889.0
text = "Character select"
[connection signal="pressed" from="CharacterSelect/Button" to="." method="OnCharacterSelect"]
[node name="Button2" type="Button" parent="CharacterSelect"]
layout_mode = 0
offset_left = 1589.0
offset_top = 785.0
offset_right = 1861.0
offset_bottom = 900.0
text = "Character select"
[connection signal="pressed" from="CharacterSelect/Button" to="." method="OnFirstPlayerCharacterSelect"]
[connection signal="pressed" from="CharacterSelect/Button2" to="." method="OnSecondPlayerCharacterSelect"]