feat(snap-points): add SnapPoints to all 1.OG rooms (XRay, Pharmacy, Lab, PatientRoom)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user