1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/bottle/placeable_area.tscn

17 lines
525 B
Text
Raw Normal View History

2023-10-02 15:53:13 +00:00
[gd_scene load_steps=3 format=3 uid="uid://4d0al27t7axe"]
[ext_resource type="Script" path="res://bottle/placeable_area.gd" id="1_1i0ue"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rh35r"]
size = Vector2(240, 384)
[node name="PlaceableArea" type="Area2D"]
position = Vector2(136, 272)
collision_layer = 16
collision_mask = 0
script = ExtResource("1_1i0ue")
[node name="BottleShape" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_rh35r")
debug_color = Color(0, 0.6, 0.701961, 0)