feat(snap-points): add SnapPoints to all EG rooms (Reception, GiftShop, Restaurant, EmergencyRoom)

This commit is contained in:
Steven Wroblewski
2026-05-08 22:30:12 +02:00
parent cb4e4951fe
commit 7848b7a979
5 changed files with 124 additions and 4 deletions
+7 -1
View File
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://cozypaw_emergency"]
[gd_scene load_steps=4 format=3 uid="uid://cozypaw_emergency"]
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
[ext_resource type="PackedScene" path="res://scenes/objects/Ambulance.tscn" id="2_ambulance"]
[ext_resource type="Script" path="res://scripts/objects/snap_point.gd" id="3_snap"]
[node name="EmergencyRoom" type="Node2D"]
@@ -73,3 +74,8 @@ position = Vector2(550, 440)
position = Vector2(500, 570)
trigger_floor = 0
trigger_room = 3
[node name="SnapMedicalTable" type="Node2D" parent="."]
position = Vector2(310, 480)
script = ExtResource("3_snap")
pose = "lying"