16 lines
532 B
Plaintext
16 lines
532 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c4tipnj1cr1j3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dvg6wjwn1qxiv" path="res://asset/art/ui/action_mark/探索ui.png" id="1_40b58"]
|
|
[ext_resource type="Script" path="res://scene/entity/ux/sign.gd" id="2_kaoka"]
|
|
|
|
[node name="Sign" type="TextureRect"]
|
|
offset_right = 83.0
|
|
offset_bottom = 80.0
|
|
scale = Vector2(0.2, 0.2)
|
|
pivot_offset = Vector2(-10, -10)
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
mouse_filter = 2
|
|
texture = ExtResource("1_40b58")
|
|
script = ExtResource("2_kaoka")
|