bunch of fixes and changes done
This commit is contained in:
parent
4a9193e549
commit
73b9a706a3
59 changed files with 940 additions and 68 deletions
|
|
@ -6,7 +6,7 @@ extends Node
|
|||
@export var money_label : Label
|
||||
@export var botnet_servers : int = 0
|
||||
@export var botnet : Array[ItemData] = []
|
||||
@export var power_values : Dictionary[ItemData,int]
|
||||
#@export var power_values : Dictionary[ItemData,int]
|
||||
|
||||
# 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