67 lines
1.3 KiB
Text
67 lines
1.3 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://tjgw1b6x4iqo"]
|
|
|
|
[ext_resource type="Script" uid="uid://iqrmm33dxvui" path="res://Scripts/GL_Animatronic.gd" id="1_7luna"]
|
|
[ext_resource type="PackedScene" uid="uid://4qc8ltvuemre" path="res://Models/Animatronics/CyberMunch/munch.glb" id="2_7luna"]
|
|
|
|
[node name="CyberMunch" type="Node3D" groups=["AA_CYBERMUNCH"]]
|
|
script = ExtResource("1_7luna")
|
|
animParameters = {
|
|
"Eyelids": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Eyes Left": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Eyes Right": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Head Left": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Head Right": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Left Arm": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Mouth": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
},
|
|
"Right Arm": {
|
|
"in_speed": 5.0,
|
|
"out_speed": 5.0,
|
|
"signal_value": 0,
|
|
"type": "standard",
|
|
"value": 0.0
|
|
}
|
|
}
|
|
|
|
[node name="munch" parent="." instance=ExtResource("2_7luna")]
|