Deleted old unused Corridor tscns, B set (Floors 9-15) complete
This commit is contained in:
7
Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn
Normal file
7
Zennysoft.Game.Ma/src/map/Placeables/A2-Socket.tscn
Normal file
@@ -0,0 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://kbrt3cos7udm"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://22mhkfsrivok" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-SOCKET.glb" id="1_b3je8"]
|
||||
|
||||
[node name="A2SOCKET" type="Node3D"]
|
||||
|
||||
[node name="A2-SOCKET" parent="." instance=ExtResource("1_b3je8")]
|
||||
21
Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn
Normal file
21
Zennysoft.Game.Ma/src/map/Placeables/Sarco.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dqjovmlt1y4tb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bfvy34lj7lns" path="res://src/map/assets/Sarcophagus/sarco altar.glb" id="1_35fk8"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2rje5p3a0xdg" path="res://src/map/assets/Sarcophagus/sarco.glb" id="2_c6ny3"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_bw4xo"]
|
||||
height = 10.272
|
||||
radius = 2.56201
|
||||
|
||||
[node name="Sarco" type="Node3D"]
|
||||
transform = Transform3D(0.8, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0, 0)
|
||||
|
||||
[node name="sarco altar" parent="." instance=ExtResource("1_35fk8")]
|
||||
|
||||
[node name="sarco" parent="." instance=ExtResource("2_c6ny3")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.674886, 5.20786, 0)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
shape = SubResource("CylinderShape3D_bw4xo")
|
||||
Reference in New Issue
Block a user