26 lines
774 B
Plaintext
26 lines
774 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://2wkc3dlcfrnj"]
|
|
|
|
[ext_resource type="Script" path="res://scene/trade_interaction_item/trade.gd" id="1_fma1q"]
|
|
[ext_resource type="Texture2D" uid="uid://csk8u15wepd1w" path="res://icon.svg" id="2_e6gt3"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_v7nqc"]
|
|
radius = 76.99
|
|
|
|
[node name="Trade" type="Area2D"]
|
|
script = ExtResource("1_fma1q")
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_e6gt3")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_v7nqc")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = -44.0
|
|
offset_top = -29.0
|
|
offset_right = 40.0
|
|
offset_bottom = 23.0
|
|
text = "商店"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|