add munch and start of 2st props
This commit is contained in:
parent
16b7d5e8d5
commit
514125005b
29 changed files with 541 additions and 45 deletions
67
Scenes/Animatables/CyberMunch.tscn
Normal file
67
Scenes/Animatables/CyberMunch.tscn
Normal 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")]
|
Loading…
Add table
Add a link
Reference in a new issue