forked from interstellar_development/freeftf
Initial Commit
This commit is contained in:
parent
6d0191e863
commit
beb2b93613
10 changed files with 516 additions and 0 deletions
6
scripts/game.gd
Normal file
6
scripts/game.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
var computers = 0
|
||||
|
||||
func _process(delta):
|
||||
print(computers)
|
||||
Loading…
Add table
Add a link
Reference in a new issue