[gd_scene load_steps=3 format=3 uid="uid://c7g8mkn0oglj4"] [ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_i4fti"] [ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_icn0g"] [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_i4fti")] 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_icn0g") identification = "AA_CYBERCHUCK" visual_name = "Chuck E. (Avenger)" 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"]