17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
[gd_resource type="Resource" script_class="PresentationCueDefinition" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://world/presentation/PresentationCueDefinition.gd" id="1_cue"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_cue")
|
|
cue_id = &"animal.domestic_goat"
|
|
scene_path = "res://world/animals/grazer/cozy_grazer.tscn"
|
|
animation_hook_id = &"grazer_routine"
|
|
parameters = {
|
|
"body_scale": Vector3(1, 1, 1),
|
|
"fluff_scale": Vector3(1, 1, 1),
|
|
"show_beard": true,
|
|
"show_horns": true,
|
|
"visual_scale": Vector3(1, 1, 1)
|
|
}
|