add most of the props and also some lights
This commit is contained in:
parent
514125005b
commit
694a55f8e1
43 changed files with 758 additions and 26 deletions
21
Scenes/Node Types/ChuckSpot.tscn
Normal file
21
Scenes/Node Types/ChuckSpot.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://clg5syeixvogd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_h7qb1"]
|
||||
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_p5wec"]
|
||||
|
||||
[node name="Node" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_h7qb1")]
|
||||
layout_mode = 0
|
||||
tooltip_text = "Controls the spotlight for Chuck E."
|
||||
script = ExtResource("2_p5wec")
|
||||
identification = "L_SPOT_CHUCK"
|
||||
visual_name = "Chuck E. Spotlight"
|
||||
names = PackedStringArray("enabled")
|
||||
types = PackedStringArray("bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
|
@ -15,12 +15,12 @@ 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."
|
||||
tooltip_text = "Cyberamic Chuck E. Cheese animatronic featuring the late 2000s/Avenger era outfit"
|
||||
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")
|
||||
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool", "bool", "bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
||||
|
|
|
@ -15,12 +15,12 @@ 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."
|
||||
tooltip_text = "Cyberamic Helen Henny animatronic featuring the 90s/Tux era outfit"
|
||||
script = ExtResource("2_1w6x8")
|
||||
identification = "AA_CYBERHELEN"
|
||||
visual_name = "Helen Henny (Tux)"
|
||||
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")
|
||||
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool", "bool", "bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
||||
|
|
|
@ -15,12 +15,12 @@ grow_vertical = 2
|
|||
|
||||
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_ud4vq")]
|
||||
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."
|
||||
tooltip_text = "Cyberamic Mr. Munch animatronic featuring the 90s/Tux era outfit"
|
||||
script = ExtResource("2_2xofx")
|
||||
identification = "AA_CYBERMUNCH"
|
||||
visual_name = "Mr. Munch (Tux)"
|
||||
names = PackedStringArray("Mouth", "Head Right", "Head Left", "Eyes Right", "Eyes Left", "Eyelids", "Right Arm", "Left Arm")
|
||||
types = PackedStringArray("float", "float", "float", "float", "float", "float", "float", "float")
|
||||
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool", "bool", "bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
||||
|
|
21
Scenes/Node Types/HelenSpot.tscn
Normal file
21
Scenes/Node Types/HelenSpot.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dxay21t1j6ha1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_yl6vg"]
|
||||
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_im8jh"]
|
||||
|
||||
[node name="Node" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_yl6vg")]
|
||||
layout_mode = 0
|
||||
tooltip_text = "Controls the spotlight for Helen."
|
||||
script = ExtResource("2_im8jh")
|
||||
identification = "L_SPOT_HELEN"
|
||||
visual_name = "Helen Spotlight"
|
||||
names = PackedStringArray("enabled")
|
||||
types = PackedStringArray("bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
21
Scenes/Node Types/MunchSpot.tscn
Normal file
21
Scenes/Node Types/MunchSpot.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bctoupn4y25nl"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_iphig"]
|
||||
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_5o0li"]
|
||||
|
||||
[node name="Node" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_iphig")]
|
||||
layout_mode = 0
|
||||
tooltip_text = "Controls the spotlight for Mr. Munch."
|
||||
script = ExtResource("2_5o0li")
|
||||
identification = "L_SPOT_MUNCH"
|
||||
visual_name = "Mr. Munch Spotlight"
|
||||
names = PackedStringArray("enabled")
|
||||
types = PackedStringArray("bool")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
Loading…
Add table
Add a link
Reference in a new issue