refactor: separate content from presentation assets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user