xiandie/scene/entity/ux/sign.tscn

46 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-05-30 11:05:06 +00:00
[gd_scene load_steps=5 format=3 uid="uid://c4tipnj1cr1j3"]
2025-01-08 00:51:09 +00:00
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://bp8cdf6p8e56a" path="res://asset/art/ui/action_mark/探索ui.png" id="1_40b58"]
[ext_resource type="Script" uid="uid://creybi0q3rg38" path="res://scene/entity/ux/sign.gd" id="2_kaoka"]
2025-01-08 00:51:09 +00:00
2025-05-30 11:05:06 +00:00
[sub_resource type="Gradient" id="Gradient_y564w"]
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_px708"]
gradient = SubResource("Gradient_y564w")
width = 100
height = 100
fill = 2
2025-01-13 08:09:57 +00:00
[node name="Sign" type="Control"]
layout_mode = 3
anchors_preset = 0
2025-01-08 00:51:09 +00:00
scale = Vector2(0.2, 0.2)
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_filter = 2
script = ExtResource("2_kaoka")
2025-01-13 08:09:57 +00:00
[node name="TextureContainer" type="CenterContainer" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Sprite2D" type="Sprite2D" parent="TextureContainer"]
unique_name_in_owner = true
2025-05-29 06:14:02 +00:00
light_mask = 16
2025-01-13 08:09:57 +00:00
position = Vector2(3.8147e-06, 3.8147e-06)
texture = ExtResource("1_40b58")
2025-05-30 11:05:06 +00:00
[node name="PointLight2D" type="PointLight2D" parent="TextureContainer/Sprite2D"]
position = Vector2(-3.8147e-06, -3.8147e-06)
scale = Vector2(1, 1)
blend_mode = 2
range_item_cull_mask = 16
texture = SubResource("GradientTexture2D_px708")