feat(snap-points): add SnapPoints to all 1.OG rooms (XRay, Pharmacy, Lab, PatientRoom)

This commit is contained in:
Steven Wroblewski
2026-05-08 22:32:57 +02:00
parent 7848b7a979
commit 8cae50bc11
5 changed files with 102 additions and 4 deletions
+6 -1
View File
@@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://cozypaw_pharmacy"]
[gd_scene load_steps=3 format=3 uid="uid://cozypaw_pharmacy"]
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
[ext_resource type="Script" path="res://scripts/objects/snap_point.gd" id="2_snap"]
[node name="Pharmacy" type="Node2D"]
@@ -68,3 +69,7 @@ position = Vector2(900, 270)
[node name="MedicineBox" parent="." instance=ExtResource("1_iobj")]
position = Vector2(640, 430)
[node name="SnapCounter" type="Node2D" parent="."]
position = Vector2(640, 520)
script = ExtResource("2_snap")