built more assets and started playing with foliage painting

This commit is contained in:
derek
2024-12-04 17:02:46 -06:00
parent dd960cc00e
commit 478e2822d2
359 changed files with 34172 additions and 178 deletions

View File

@@ -8,7 +8,7 @@ var last_enemy : bool = false
@export var health = 3
@export var SPEED = 3.0
const MAX_LV = 30
const MAX_LV = 10
const MAX_AV = 10
@export_enum("Enemy", "Trap") var enemy_type: int