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

@@ -18,7 +18,6 @@ var time_to_bloat: float = 1.5
var time_to_float: float = 3.0
var time_to_choak: float = 0.8
var time_to_croak: float = 0.4
var state: DriftlingDrippleState = DriftlingDrippleState.BLOATING
func _ready() -> void: