30 lines
892 B
Plaintext
30 lines
892 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c4tipnj1cr1j3"]
|
|
|
|
[ext_resource type="Script" uid="uid://creybi0q3rg38" path="res://scene/entity/ux/sign.gd" id="2_kaoka"]
|
|
[ext_resource type="Texture2D" uid="uid://dtyg0nugb2tnf" path="res://asset/art/ui/action_mark/UI探索.png" id="2_y564w"]
|
|
|
|
[node name="Sign" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
scale = Vector2(0.1, 0.1)
|
|
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("2_y564w")
|