feat(xray): add XRay Room scene with exam table and XRayMachine
This commit is contained in:
55
scenes/rooms/floor1/XRay.tscn
Normal file
55
scenes/rooms/floor1/XRay.tscn
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
[gd_scene load_steps=3 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"]
|
||||||
|
|
||||||
|
[node name="XRay" type="Node2D"]
|
||||||
|
|
||||||
|
[node name="Background" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.88, 0.92, 0.96, 1)
|
||||||
|
size = Vector2(1280, 720)
|
||||||
|
position = Vector2(0, 0)
|
||||||
|
|
||||||
|
[node name="Floor" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.78, 0.80, 0.86, 1)
|
||||||
|
size = Vector2(1280, 100)
|
||||||
|
position = Vector2(0, 620)
|
||||||
|
|
||||||
|
[node name="WallLeft" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.88, 0.90, 0.94, 1)
|
||||||
|
size = Vector2(40, 620)
|
||||||
|
position = Vector2(0, 0)
|
||||||
|
|
||||||
|
[node name="WallRight" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.88, 0.90, 0.94, 1)
|
||||||
|
size = Vector2(40, 620)
|
||||||
|
position = Vector2(1240, 0)
|
||||||
|
|
||||||
|
[node name="ExamTable" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.84, 0.86, 0.90, 1)
|
||||||
|
size = Vector2(320, 40)
|
||||||
|
position = Vector2(480, 490)
|
||||||
|
|
||||||
|
[node name="ExamTableLeg1" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.65, 0.68, 0.74, 1)
|
||||||
|
size = Vector2(16, 130)
|
||||||
|
position = Vector2(500, 530)
|
||||||
|
|
||||||
|
[node name="ExamTableLeg2" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.65, 0.68, 0.74, 1)
|
||||||
|
size = Vector2(16, 130)
|
||||||
|
position = Vector2(768, 530)
|
||||||
|
|
||||||
|
[node name="LeadApron" type="ColorRect" parent="."]
|
||||||
|
color = Color(0.30, 0.40, 0.35, 1)
|
||||||
|
size = Vector2(60, 120)
|
||||||
|
position = Vector2(1100, 480)
|
||||||
|
|
||||||
|
[node name="CharacterSpawn" type="Marker2D" parent="."]
|
||||||
|
position = Vector2(200, 490)
|
||||||
|
|
||||||
|
[node name="XRayMachine" parent="." instance=ExtResource("2_xraymachine")]
|
||||||
|
position = Vector2(500, 510)
|
||||||
|
|
||||||
|
[node name="PlasterStation" parent="." instance=ExtResource("1_iobj")]
|
||||||
|
position = Vector2(900, 560)
|
||||||
Reference in New Issue
Block a user