Cow_Life_Sim_RPG/Objects/GroundItems/GroC58C.tmp

67 lines
2.4 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://dhk768odtfjjc"]
[ext_resource type="Script" path="res://Objects/GroundItems/GroundItem.gd" id="1_fllcp"]
[ext_resource type="Texture2D" uid="uid://bbmlkil40xcbc" path="res://MiscArt/WhiteCircle.png" id="2_5slim"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="2_phgrr"]
[ext_resource type="PackedScene" uid="uid://twerpkipa0v8" path="res://Interactions/Arson/arsonable.tscn" id="3_7pt01"]
[ext_resource type="PackedScene" uid="uid://bt2n0yqtg4rdu" path="res://Interactions/Pickupable/Pickupable.tscn" id="4_13rpv"]
[ext_resource type="PackedScene" uid="uid://dxru24e0y16p2" path="res://Interactions/Weavable/Weavable.tscn" id="6_utry8"]
[sub_resource type="CircleShape2D" id="CircleShape2D_4d7js"]
radius = 73.0616
[sub_resource type="CircleShape2D" id="CircleShape2D_m1jwd"]
radius = 23.0
[sub_resource type="CircleShape2D" id="CircleShape2D_3gdtd"]
radius = 60.0
[node name="GroundItem" type="Node2D"]
z_as_relative = false
script = ExtResource("1_fllcp")
[node name="WhiteCircle" type="Sprite2D" parent="."]
self_modulate = Color(0.580392, 1, 1, 0.317647)
show_behind_parent = true
position = Vector2(0, 2)
scale = Vector2(0.783333, 0.366667)
texture = ExtResource("2_5slim")
[node name="ItemSprite" type="Sprite2D" parent="."]
position = Vector2(0, -16)
[node name="Interactable" parent="." instance=ExtResource("2_phgrr")]
position = Vector2(0, -16)
[node name="Panel" parent="Interactable" index="1"]
offset_left = -27.0
offset_top = -26.0
offset_right = 27.0
offset_bottom = 26.0
[node name="Arsonable" parent="." instance=ExtResource("3_7pt01")]
position = Vector2(0, -16)
[node name="CollisionShape2D" parent="Arsonable/InteractionArea" index="0"]
shape = SubResource("CircleShape2D_4d7js")
[node name="Pickupable" parent="." instance=ExtResource("4_13rpv")]
position = Vector2(0, -16)
[node name="CollisionShape2D" parent="Pickupable/InteractionArea" index="0"]
position = Vector2(0, -10)
shape = SubResource("CircleShape2D_m1jwd")
[node name="Weavable" parent="." instance=ExtResource("6_utry8")]
position = Vector2(0, -3)
[node name="CollisionShape2D" parent="Weavable/InteractionArea" index="0"]
position = Vector2(0, -9)
shape = SubResource("CircleShape2D_3gdtd")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Arsonable"]
[editable path="Pickupable"]
[editable path="Weavable"]