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,24 @@
[gd_scene load_steps=3 format=3 uid="uid://v11jtjcic5e0"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_mdqqi"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_h17tg"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_mdqqi")]
layout_mode = 0
tooltip_text = "Controls the spotlights."
script = ExtResource("2_h17tg")
identification = "L_BACKDROP"
names = PackedStringArray("Amber", "Red", "Blue")
types = PackedStringArray("bool", "bool", "bool")
visual_name = "Backdrop Lights"
[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,24 @@
[gd_scene load_steps=3 format=3 uid="uid://b47n0xh71tx2g"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_hcao3"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_30uk6"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_hcao3")]
layout_mode = 0
tooltip_text = "Controls the spotlights."
script = ExtResource("2_30uk6")
identification = "L_FLOODS"
names = PackedStringArray("Main Stage/Amber", "Main Stage/Red", "Main Stage/Blue", "CEC Stage/Amber", "CEC Stage/Red", "CEC Stage/Blue")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool")
visual_name = "Floodlights"
[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,24 @@
[gd_scene load_steps=3 format=3 uid="uid://ml5h3rcxr8lv"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_5qdpb"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_xq4be"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_5qdpb")]
layout_mode = 0
tooltip_text = "Controls the spotlights."
script = ExtResource("2_xq4be")
identification = "L_MISC"
names = PackedStringArray("CEC Neon Sign", "CEC Star", "Band Sign", "Strobe", "Drum", "Fiber Curtain")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool")
visual_name = "Misc Lights"
[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,24 @@
[gd_scene load_steps=3 format=3 uid="uid://ckmerxdu6ogua"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_g3eqq"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_cqful"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_g3eqq")]
layout_mode = 0
tooltip_text = "Controls the spotlights."
script = ExtResource("2_cqful")
identification = "L_ORGAN"
names = PackedStringArray("Face 1", "Face 2", "Outer", "Middle", "Inner")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool")
visual_name = "Organ Lights"
[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,24 @@
[gd_scene load_steps=3 format=3 uid="uid://fynpnwbb07m2"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_mie5e"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_cinl3"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_mie5e")]
layout_mode = 0
tooltip_text = "Controls the spotlights."
script = ExtResource("2_cinl3")
identification = "L_SPOTLIGHTS"
names = PackedStringArray("Chuck", "Helen", "Munch", "Jasper", "Pasqually", "Wink")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool")
visual_name = "Spotlights"
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]