feat: 开始实现多人游戏

This commit is contained in:
2026-02-14 14:17:34 +08:00
parent b811bced09
commit 6cc1e03e1b
3 changed files with 20 additions and 7 deletions
-1
View File
@@ -1,6 +1,5 @@
extends Node2D
func _on_create_game_button_pressed() -> void:
var player_num = int($CreateGameEdit.text)
if 2 <= player_num and player_num <= 4: