WIP: Milestone 10 Stable #66

Closed
Patrick_Pluto wants to merge 4 commits from development into stable
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a82949ace7 - Show all commits

View file

@ -60,7 +60,7 @@ grow_vertical = 0
[node name="Label" type="Label" parent="ver_string"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "M7"
text = "M8"
horizontal_alignment = 2
[connection signal="pressed" from="main_content/join" to="." method="_on_join_pressed"]

View file

@ -30,7 +30,7 @@ func create_game():
func _on_player_disconnected(id):
while multiplayer.is_server():
for i in range(5000):
for i in range(1000):
if id in multiplayer.get_peers():
break
await get_tree().create_timer(0.001).timeout