add weights and cost to enemy spawner

This commit is contained in:
Michael Campbell 2026-03-19 02:19:14 -04:00
parent 829b383a2a
commit 9e47e27cbf
4 changed files with 61 additions and 13 deletions

5
levels/enemy_entry.gd Normal file
View file

@ -0,0 +1,5 @@
class_name EnemyEntry
extends Resource
@export var scene: PackedScene
@export var cost: float