add munch and start of 2st props

This commit is contained in:
KawaiiZenbo 2025-04-09 14:13:34 -07:00
parent 16b7d5e8d5
commit 514125005b
29 changed files with 541 additions and 45 deletions

View file

@ -0,0 +1,67 @@
[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")]