refactor: separate content from presentation assets
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[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_sheep"
|
||||
scene_path = "res://world/animals/grazer/cozy_grazer.tscn"
|
||||
animation_hook_id = &"grazer_routine"
|
||||
parameters = {
|
||||
"body_scale": Vector3(1.12, 1.08, 1.12),
|
||||
"fluff_scale": Vector3(1.16, 1.14, 1.16),
|
||||
"show_beard": false,
|
||||
"show_horns": false,
|
||||
"visual_scale": Vector3(1.08, 1.04, 1.08)
|
||||
}
|
||||
Reference in New Issue
Block a user