lighting is really good

This commit is contained in:
Persephone Bubblegum-Holiday 2025-04-15 10:29:36 -07:00
parent 9f1777f0a8
commit 4df0781a5b
41 changed files with 905 additions and 179 deletions

View file

@ -0,0 +1,26 @@
[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 = "Cyberamic Chuck E. Cheese animatronic featuring the late 2000s/Avenger era outfit"
script = ExtResource("2_icn0g")
identification = "AA_CYBERCHUCK"
names = PackedStringArray("Mouth", "Head Up", "Head Right", "Head Left", "Eyes Right", "Eyes Left", "Eyelids", "Right Arm")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool", "bool", "bool")
visual_name = "Chuck E. (Avenger)"
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]

View file

@ -0,0 +1,26 @@
[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 = "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("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"]

View file

@ -0,0 +1,26 @@
[gd_scene load_steps=3 format=3 uid="uid://cqe7k0r2uh8df"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_ud4vq"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_2xofx"]
[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_ud4vq")]
layout_mode = 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("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"]