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 -1
View File
@@ -535,7 +535,7 @@ func _run() -> void:
(
main_scene.has_node("Player/Visual/Body")
and main_scene.has_node("Player/Visual/Head")
and main_scene.has_node("Player/Visual/Scarf")
and main_scene.get_node("Player/Visual").get_meta("animal_species") == &"fox"
),
"Player should use the same readable multi-part visual language as villagers"
)