botnet power

This commit is contained in:
Tabby 2026-01-15 23:10:10 +11:00
parent fd17bf38df
commit d48cbb38a4
7 changed files with 54 additions and 23 deletions

View file

@ -5,6 +5,8 @@ extends Node
@export var money : int = 0
@export var money_label : Label
@export var botnet_servers : int = 0
@export var botnet : Array[ItemData] = []
@export var power_values : Dictionary[ItemData,int]
# Called when the node enters the scene tree for the first time.
func _ready() -> void: