feat(snap-points): add SnapPoints to all 1.OG rooms (XRay, Pharmacy, Lab, PatientRoom)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cozypaw_lab"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cozypaw_lab"]
|
||||
|
||||
[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="Lab" type="Node2D"]
|
||||
|
||||
@@ -68,3 +69,11 @@ position = Vector2(820, 450)
|
||||
|
||||
[node name="PetriDish" parent="." instance=ExtResource("1_iobj")]
|
||||
position = Vector2(490, 450)
|
||||
|
||||
[node name="SnapLabBench1" type="Node2D" parent="."]
|
||||
position = Vector2(450, 470)
|
||||
script = ExtResource("2_snap")
|
||||
|
||||
[node name="SnapLabBench2" type="Node2D" parent="."]
|
||||
position = Vector2(750, 470)
|
||||
script = ExtResource("2_snap")
|
||||
|
||||
Reference in New Issue
Block a user