feature complete prototype almost done!
This commit is contained in:
parent
93cc1a8c59
commit
af8662fd6a
21 changed files with 327 additions and 41 deletions
|
|
@ -4,6 +4,7 @@ extends Node
|
|||
@export var button : Button
|
||||
@export var money : int = 0
|
||||
@export var money_label : Label
|
||||
@export var botnet_servers : int = 0
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue