refactor: separate content from presentation assets

This commit is contained in:
Rijad Zuzo
2026-08-12 21:41:33 +02:00
parent 5a70aaaded
commit bf4bf73675
22 changed files with 480 additions and 70 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ func _animal(animal_definition_id: StringName, action_id: StringName) -> AnimalD
animal.species_id = &"test_species"
animal.display_name = String(animal_definition_id).capitalize()
animal.supported_action_ids = [action_id]
animal.presentation_scene_path = "res://world/animals/grazer/cozy_grazer.tscn"
animal.presentation_cue_id = PresentationCueIds.ANIMAL_DOMESTIC_GOAT
return animal