feat(art): add storybook meadow and woodland villagers

This commit is contained in:
Rijad Zuzo
2026-09-05 18:56:44 +02:00
parent 6aae41d36f
commit da3bed67a0
60 changed files with 1222 additions and 373 deletions
+1
View File
@@ -14,6 +14,7 @@ var walk_phase := 0.0
func _ready() -> void:
player_body = get_parent() as CharacterBody3D
AnimalAppearance.apply_to(self, 0)
func _process(delta: float) -> void: