xiandie/scene/entity/ambient/light.tscn

22 lines
841 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://svvlohuicvhf"]
[ext_resource type="Texture2D" uid="uid://cufsrb646s8xm" path="res://asset/art/scene/c02/s06_院子回忆版/e_灯笼调色黄昏.png" id="1_8xsf5"]
[ext_resource type="Script" path="res://scene/entity/ambient/light.gd" id="2_uggpe"]
[ext_resource type="Texture2D" uid="uid://b7gyapghy3tsy" path="res://asset/art/neutral_point_light.png" id="3_w1x1y"]
[node name="Light" type="Sprite2D"]
texture = ExtResource("1_8xsf5")
script = ExtResource("2_uggpe")
[node name="TexturePointLight2D" type="PointLight2D" parent="."]
unique_name_in_owner = true
energy = 0.7
texture = ExtResource("1_8xsf5")
height = 20.0
[node name="NaturalPointLight2D" type="PointLight2D" parent="."]
unique_name_in_owner = true
shadow_color = Color(0, 0, 0, 1)
texture = ExtResource("3_w1x1y")
height = 40.0