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

24 lines
834 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dyl8tueimcmme"]
[ext_resource type="Script" uid="uid://voof2ikd6ont" path="res://scripts/light_orb.gd" id="1_1p6bb"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0ubl4"]
emission_energy_multiplier = 2.85
[sub_resource type="SphereMesh" id="SphereMesh_aa38r"]
material = SubResource("StandardMaterial3D_0ubl4")
[sub_resource type="SphereShape3D" id="SphereShape3D_8id8c"]
[node name="LightOrb" type="StaticBody3D"]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
script = ExtResource("1_1p6bb")
[node name="LightMesh" type="MeshInstance3D" parent="."]
mesh = SubResource("SphereMesh_aa38r")
[node name="LightShape" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_8id8c")
[node name="OmniLight" type="OmniLight3D" parent="."]