REM/scenes/props/vanishing_light.tscn
2026-03-26 20:37:29 -06:00

8 lines
312 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://tpqj8hi3gp2l"]
[ext_resource type="Script" uid="uid://703td84x3hgr" path="res://scripts/vanishing_light.gd" id="1_8x1id"]
[node name="VanishingLight" type="OmniLight3D" groups=["VanishingLight"]]
light_color = Color(1, 0.462745, 0, 1)
script = ExtResource("1_8x1id")