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
+7 -1
View File
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://cozypaw_xray"]
[gd_scene load_steps=4 format=3 uid="uid://cozypaw_xray"]
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
[ext_resource type="PackedScene" path="res://scenes/objects/XRayMachine.tscn" id="2_xraymachine"]
[ext_resource type="Script" path="res://scripts/objects/snap_point.gd" id="3_snap"]
[node name="XRay" type="Node2D"]
@@ -53,3 +54,8 @@ position = Vector2(500, 510)
[node name="PlasterStation" parent="." instance=ExtResource("1_iobj")]
position = Vector2(900, 560)
[node name="SnapExamTable" type="Node2D" parent="."]
position = Vector2(640, 480)
script = ExtResource("3_snap")
pose = "lying"