xiandie/scene/entity/ux/sign.tscn
2025-05-30 19:05:06 +08:00

46 lines
1.3 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://c4tipnj1cr1j3"]
[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"]
[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
[node name="Sign" type="Control"]
layout_mode = 3
anchors_preset = 0
scale = Vector2(0.2, 0.2)
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_filter = 2
script = ExtResource("2_kaoka")
[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
light_mask = 16
position = Vector2(3.8147e-06, 3.8147e-06)
texture = ExtResource("1_40b58")
[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")