23 lines
870 B
Plaintext
23 lines
870 B
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://svvlohuicvhf"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://cv26vnjbjeqtq" 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://may55b2uerbw" 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
|
||
|
scale = Vector2(1e-05, 1e-05)
|
||
|
shadow_color = Color(0, 0, 0, 1)
|
||
|
texture = ExtResource("3_w1x1y")
|
||
|
height = 40.0
|