forked from interstellar_development/freeftf
Added Multiplayer Support
This commit is contained in:
parent
beb2b93613
commit
09c345785c
11 changed files with 338 additions and 46 deletions
|
|
@ -1,6 +1,9 @@
|
|||
extends Node
|
||||
|
||||
var computers = 0
|
||||
var players = 0
|
||||
|
||||
func _process(delta):
|
||||
print(computers)
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue