Door sizes
This commit is contained in:
parent
40aa7abcda
commit
944ea8b43e
2 changed files with 6 additions and 6 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 43d843c50b85759590c679bb9698113896171322
|
||||
Subproject commit 8c176d4dd741369ca16c9e847f31a6fdd83451fd
|
|
@ -15,13 +15,13 @@
|
|||
[ext_resource type="PackedScene" uid="uid://duuedavsf44c7" path="res://assets/models/general/monitor01.blend" id="12_nw67b"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_yaaik"]
|
||||
size = Vector3(4, 5, 1)
|
||||
size = Vector3(4, 4, 0.6)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_gs8og"]
|
||||
albedo_texture = ExtResource("4_ngwgs")
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_ytxur"]
|
||||
size = Vector3(4, 5, 1)
|
||||
size = Vector3(4, 4, 0.6)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_lexij"]
|
||||
resource_name = "open"
|
||||
|
@ -94,7 +94,7 @@ visible = false
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.012538, 19)
|
||||
|
||||
[node name="EntranceDoor" parent="." instance=ExtResource("3_clecd")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 11.5)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 11.5)
|
||||
open_sound = ExtResource("5_yad6d")
|
||||
close_sound = ExtResource("5_yad6d")
|
||||
|
||||
|
@ -111,7 +111,7 @@ libraries = {
|
|||
}
|
||||
|
||||
[node name="ExitDoor" parent="." instance=ExtResource("3_clecd")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, -11.5)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, -11.5)
|
||||
interactable = false
|
||||
open_sound = ExtResource("5_yad6d")
|
||||
close_sound = ExtResource("5_yad6d")
|
||||
|
@ -202,7 +202,7 @@ text = "Krebathan"
|
|||
label_settings = SubResource("LabelSettings_7t61y")
|
||||
|
||||
[node name="RigidBody3D" type="RigidBody3D" parent="." groups=["can_hold", "monitors"]]
|
||||
transform = Transform3D(-0.609108, 0, -0.793087, 0, 1, 0, 0.793087, 0, -0.609108, -4.50229, 0.358724, -3.88399)
|
||||
transform = Transform3D(-0.609108, 0, -0.793087, 0, 1, 0, 0.793087, 0, -0.609108, -4.50229, 0.379934, -3.88399)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.000276208, -0.0256701)
|
||||
|
|
Loading…
Reference in a new issue