Added Multiplayer Support

This commit is contained in:
patrick_pluto 2024-08-02 20:13:42 +02:00
commit 09c345785c
11 changed files with 338 additions and 46 deletions

View file

@ -1,6 +1,9 @@
extends Node
var computers = 0
var players = 0
func _process(delta):
print(computers)
pass