Give-LIFE-Cybers/Scenes/Node Types/ChicaSpot.tscn
2025-04-08 03:16:50 -06:00

20 lines
836 B
Text

[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_vck43"]
[ext_resource type="Script" uid="uid://t8bsiegtsiwo" path="res://Scripts/GL_Output.gd" id="2_1p1hk"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 0
mouse_filter = 1
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_vck43")]
layout_mode = 0
tooltip_text = "Controls the spotlight for Chica."
script = ExtResource("2_1p1hk")
identification = "L_SPOT_CHICA"
names = PackedStringArray("intensity", "color", "size")
types = PackedStringArray("float", "color", "float")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]