Cow_Life_Sim_RPG/Objects/parking_lot.tscn

21 lines
860 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bpyce4x6er3qw"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_swp6b"]
[ext_resource type="PackedScene" path="res://Interactions/Interactable/interactable.tscn" id="2_4snua"]
[ext_resource type="PackedScene" path="res://Interactions/Arson/arsonable.tscn" id="3_s5ax5"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3ubrx"]
size = Vector2(200, 203)
[node name="ParkingLot" instance=ExtResource("1_swp6b")]
[node name="Interactable" parent="." index="2" instance=ExtResource("2_4snua")]
[node name="Arsonable" parent="." index="3" instance=ExtResource("3_s5ax5")]
[node name="CollisionShape2D" parent="Arsonable/InteractionArea" index="0"]
position = Vector2(1, -1.5)
shape = SubResource("RectangleShape2D_3ubrx")
[editable path="Arsonable"]