mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
16 lines
525 B
Text
16 lines
525 B
Text
[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)
|