added skitter model and added rendered icons for every enemy

This commit is contained in:
2026-02-11 09:05:30 +11:00
parent e3d04ca247
commit e06846f8b6
82 changed files with 228 additions and 464 deletions

View File

@@ -7,7 +7,6 @@ extends Resource
@export var icon: Texture
@export var scene: PackedScene
@export var death_sprite: Texture
@export var sprite: AtlasTexture
@export var spawn_power: int = 10
@export var group_size: int = 5
@export var health: int = 100