feat(snap-points): add SnapPoints to all EG rooms (Reception, GiftShop, Restaurant, EmergencyRoom)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user