long road to hell from here

This commit is contained in:
KawaiiZenbo 2025-04-08 14:02:58 -07:00
parent 8993f80078
commit b5cb8b6d4a
23 changed files with 508 additions and 9 deletions

View file

@ -0,0 +1,67 @@
[gd_scene load_steps=3 format=3 uid="uid://biu7cbgleyuq8"]
[ext_resource type="Script" uid="uid://iqrmm33dxvui" path="res://Scripts/GL_Animatronic.gd" id="1_tpxjn"]
[ext_resource type="PackedScene" uid="uid://chsd5ekqpf17g" path="res://Models/Animatronics/CyberHelen/helen_anim.glb" id="2_tpxjn"]
[node name="CyberHelen" type="Node3D" groups=["AA_CYBERHELEN"]]
script = ExtResource("1_tpxjn")
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
},
"Head Up": {
"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="helen_anim" parent="." instance=ExtResource("2_tpxjn")]

130
Scenes/Levels/1Stage.tscn Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,25 @@
[gd_scene load_steps=3 format=3 uid="uid://b5mbrjmv1gnw7"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_ud55n"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_1w6x8"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -1152.0
offset_bottom = -648.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_ud55n")]
layout_mode = 0
tooltip_text = "Controls Chica's movements. All eyelid movements can be set to a particular position using values of 0.0 to 1.0."
script = ExtResource("2_1w6x8")
identification = "AA_CYBERHELEN"
names = PackedStringArray("Mouth", "Head Up", "Head Right", "Head Left", "Eyes Right", "Eyes Left", "Eyelids", "Right Arm")
types = PackedStringArray("float", "float", "float", "float", "float", "float", "float", "float")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]