feat(snap-points): add SnapPoints to all 2.OG and Garten rooms (Ultrasound, DeliveryRoom, Nursery, GardenParty)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cozypaw_deliveryroom"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cozypaw_deliveryroom"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/DeliveryBed.tscn" id="2_deliverybed"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/snap_point.gd" id="3_snap"]
|
||||
|
||||
[node name="DeliveryRoom" type="Node2D"]
|
||||
|
||||
@@ -36,3 +37,8 @@ position = Vector2(1020, 540)
|
||||
|
||||
[node name="BabyBlanket" parent="." instance=ExtResource("1_iobj")]
|
||||
position = Vector2(880, 540)
|
||||
|
||||
[node name="SnapDeliveryBed" type="Node2D" parent="."]
|
||||
position = Vector2(540, 480)
|
||||
script = ExtResource("3_snap")
|
||||
pose = "lying"
|
||||
|
||||
Reference in New Issue
Block a user