Files
recombinator/candle.tscn
T
2020-03-03 18:14:57 +01:00

16 lines
492 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://candle.glb" type="PackedScene" id=1]
[ext_resource path="res://Flame.gd" type="Script" id=2]
[node name="candle" instance=ExtResource( 1 )]
[node name="Flame" parent="." index="1"]
cast_shadow = 0
script = ExtResource( 2 )
[node name="Light" type="OmniLight" parent="Flame" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.76609, 0 )
light_color = Color( 0.941176, 0.447059, 0.0470588, 1 )
shadow_enabled = true