verticality map added to all floors, item descriptions fixed, enemy lore added.
This commit is contained in:
+23
-1
@@ -1,8 +1,10 @@
|
||||
[gd_scene load_steps=20 format=3 uid="uid://bo20ffw2ygbks"]
|
||||
[gd_scene load_steps=24 format=3 uid="uid://bo20ffw2ygbks"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xd6tx3lifebl" path="res://src/map/dungeon/code/SpecialFloor.cs" id="1_j4ho3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bodjd0em1q8s1" path="res://src/map/dungeon/models/Special Floors & Rooms/35. Goddess of Guidance's Floor/35_A2_GUIDANCE_FLOOR.glb" id="3_1ee1y"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctc2r4jjjyt4l" path="res://src/map/Placeables/Paintings/P1953216.jpg" id="4_teics"]
|
||||
[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="5_7jpl7"]
|
||||
[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="6_vrdbg"]
|
||||
[ext_resource type="Shader" uid="uid://beg8sp6kw66w8" path="res://src/map/map shaders/GOGROOM Water.gdshader" id="16_q4do2"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_iajdo"]
|
||||
@@ -94,6 +96,12 @@ shader_parameter/far_clip = 50.0
|
||||
shader_parameter/steps = 512
|
||||
shader_parameter/ssr_screen_fade = 0.05
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ltkmj"]
|
||||
albedo_texture = ExtResource("6_vrdbg")
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_32hxa"]
|
||||
material = SubResource("StandardMaterial3D_ltkmj")
|
||||
|
||||
[node name="Goddess of Guidance\'s Floor" type="Node3D"]
|
||||
script = ExtResource("1_j4ho3")
|
||||
|
||||
@@ -181,4 +189,18 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.74532, 0)
|
||||
transform = Transform3D(-1.61732e-08, 0, 0.37, 0, 0.37, 0, -0.37, 0, -1.61732e-08, 4.88614, 2.41552, -67.5184)
|
||||
texture = ExtResource("4_teics")
|
||||
|
||||
[node name="FLOORMAP1" parent="." instance=ExtResource("5_7jpl7")]
|
||||
transform = Transform3D(-8.54558e-08, 0, 1.955, 0, 1.955, 0, -1.955, 0, -8.54558e-08, -13.7024, 1.03258, -72.0695)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP1"]
|
||||
transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, -0.0089035, 1.2742, -0.0210085)
|
||||
mesh = SubResource("BoxMesh_32hxa")
|
||||
|
||||
[node name="FLOORMAP2" parent="." instance=ExtResource("5_7jpl7")]
|
||||
transform = Transform3D(-8.54558e-08, 0, 1.955, 0, 1.955, 0, -1.955, 0, -8.54558e-08, -13.7024, 1.03258, -62.7549)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP2"]
|
||||
transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, -0.0089035, 1.2742, -0.0210085)
|
||||
mesh = SubResource("BoxMesh_32hxa")
|
||||
|
||||
[editable path="35_A2_GUIDANCE_FLOOR"]
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://cyrrhoarhxlhg"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://cyrrhoarhxlhg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://r8mpxyum31ds" path="res://src/map/dungeon/code/FinalFloor.cs" id="1_b2jrf"]
|
||||
[ext_resource type="PackedScene" uid="uid://dpd2y8evtea1t" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0.1.glb" id="2_b2jrf"]
|
||||
[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="3_far32"]
|
||||
[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="4_yc5yf"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_26cf5"]
|
||||
size = Vector3(0.0974121, 15.1811, 23.3886)
|
||||
@@ -44,6 +46,12 @@ exposure_multiplier = 1.354
|
||||
dof_blur_far_enabled = true
|
||||
dof_blur_far_distance = 371.47
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ltkmj"]
|
||||
albedo_texture = ExtResource("4_yc5yf")
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_rdpd5"]
|
||||
material = SubResource("StandardMaterial3D_ltkmj")
|
||||
|
||||
[node name="Final Floor" type="Node3D"]
|
||||
script = ExtResource("1_b2jrf")
|
||||
|
||||
@@ -121,4 +129,18 @@ light_color = Color(0.204372, 0.420196, 1, 1)
|
||||
light_energy = 4.435
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="FLOORMAP1" parent="." instance=ExtResource("3_far32")]
|
||||
transform = Transform3D(-2.09159e-07, 0, 4.785, 0, 4.785, 0, -4.785, 0, -2.09159e-07, 10.9732, -2.11754, -5.91781)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP1"]
|
||||
transform = Transform3D(0.055, 0, 1.11022e-16, 0, -0.01, 0, 0, 0, -0.035, -0.00890362, 1.40911, -0.0210085)
|
||||
mesh = SubResource("BoxMesh_rdpd5")
|
||||
|
||||
[node name="FLOORMAP2" parent="." instance=ExtResource("3_far32")]
|
||||
transform = Transform3D(-2.09159e-07, 0, 4.785, 0, 4.785, 0, -4.785, 0, -2.09159e-07, 10.9732, -2.11754, 3.39685)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP2"]
|
||||
transform = Transform3D(0.055, 0, 1.11022e-16, 0, -0.01, 0, 0, 0, -0.035, -0.0089035, 1.40911, -0.0210085)
|
||||
mesh = SubResource("BoxMesh_rdpd5")
|
||||
|
||||
[editable path="Model/36_A2_FINAL_FLOOR_VER_0_2"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=134 format=4 uid="uid://jnplnfouybo8"]
|
||||
[gd_scene load_steps=138 format=4 uid="uid://jnplnfouybo8"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://tqyybt313web" path="res://src/map/dungeon/code/BossRoomA.cs" id="1_0h3lb"]
|
||||
[ext_resource type="Texture2D" uid="uid://clc5f6yyc7sdw" path="res://src/map/assets/Jomon Bells/BELL ANIMATIONS_concrete_0003_color_1k.png" id="2_lqw6r"]
|
||||
@@ -18,6 +18,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://b7kj1pxt7wx1g" path="res://src/vfx/World/BLUE_FLAME.png" id="22_khpud"]
|
||||
[ext_resource type="AudioStream" uid="uid://b306wov6yfaan" path="res://src/audio/sfx/amb_flame_burning.ogg" id="23_fbuno"]
|
||||
[ext_resource type="PackedScene" uid="uid://0aqllfpimgq" path="res://src/map/Placeables/Stele D.tscn" id="23_uhy5k"]
|
||||
[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="24_fbuno"]
|
||||
[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="25_3rjuj"]
|
||||
[ext_resource type="PackedScene" uid="uid://brp4bn2oqxnaw" path="res://src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn" id="26_futcf"]
|
||||
[ext_resource type="PackedScene" uid="uid://cw8y8ogehp4hl" path="res://src/enemy/enemy_types/15. ox_face/OxFace.tscn" id="27_g6y6v"]
|
||||
[ext_resource type="Shader" uid="uid://dr68ani6ouefm" path="res://src/map/map shaders/B1 Cloud Roll.gdshader" id="30_lmjp4"]
|
||||
@@ -1186,6 +1188,12 @@ animations = [{
|
||||
"speed": 16.0
|
||||
}]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nky7n"]
|
||||
albedo_texture = ExtResource("25_3rjuj")
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_i6yjj"]
|
||||
material = SubResource("StandardMaterial3D_nky7n")
|
||||
|
||||
[node name="Boss Floor A" type="Node3D"]
|
||||
script = ExtResource("1_0h3lb")
|
||||
|
||||
@@ -1597,12 +1605,19 @@ omni_range = 19.166
|
||||
omni_attenuation = 1.106
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(-1.715, 0, 1.4993e-07, 0, 1.715, 0, -1.4993e-07, 0, -1.715, -52.0333, 1.32443, 23.8211)
|
||||
transform = Transform3D(-1.715, 0, 1.4993e-07, 0, 1.715, 0, -1.4993e-07, 0, -1.715, -52.0333, 1.23894, 23.8211)
|
||||
shaded = true
|
||||
texture = ExtResource("51_jj6c8")
|
||||
|
||||
[node name="SteleD" parent="." instance=ExtResource("23_uhy5k")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -93.6266, -2.6831, 4.02954)
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -93.627, -2.748, 4.03)
|
||||
|
||||
[node name="FLOORMAP1" parent="." instance=ExtResource("24_fbuno")]
|
||||
transform = Transform3D(1.57413e-07, 0, -2.085, 0, 2.085, 0, 2.085, 0, 1.57413e-07, -48.1775, -0.735443, 17.6023)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP1"]
|
||||
transform = Transform3D(0.055, 0, -1.11022e-15, 0, -0.01, 0, -2.22045e-15, 0, -0.035, -0.221185, 0.85992, -0.00735092)
|
||||
mesh = SubResource("BoxMesh_i6yjj")
|
||||
|
||||
[editable path="Model/15_A1_BOSS FLOOR A_VER_3"]
|
||||
[editable path="Collision/NavigationRegion3D/BOSS LEVEL 1 Collision"]
|
||||
|
||||
+49
-26
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=25 format=3 uid="uid://ceo7ph483io44"]
|
||||
[gd_scene load_steps=29 format=3 uid="uid://ceo7ph483io44"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cvj30id0i8ska" path="res://src/map/dungeon/code/BossRoomB.cs" id="1_bxvob"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3owhc620qisb" path="res://src/map/Placeables/Stele A.tscn" id="3_qmgbg"]
|
||||
@@ -6,6 +6,8 @@
|
||||
[ext_resource type="PackedScene" uid="uid://863fl3tl6c07" path="res://src/map/dungeon/models/Special Floors & Rooms/34. Boss Floor B/34_A2_BOSS FLOOR B_VER.1.glb" id="8_7okc1"]
|
||||
[ext_resource type="PackedScene" uid="uid://d6pjtdg6wh38" path="res://src/map/Placeables/Stele F.tscn" id="10_yfh3m"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0uya1t48x1xl" path="res://src/map/Placeables/Paintings/unnamed.jpg" id="11_j7n5i"]
|
||||
[ext_resource type="PackedScene" uid="uid://dye6ov6jfygke" path="res://src/map/Placeables/FloorMapPlaceable.tscn" id="12_j7n5i"]
|
||||
[ext_resource type="Texture2D" uid="uid://byd2a2hshj5s4" path="res://src/map/dungeon/models/Special Floors & Rooms/36. Final Floor/36_A2_FINAL_FLOOR_VER.0_wood_final_tree.jpg" id="13_8mhgj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bkfgwv46bvgnn" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.tscn" id="25_k2q0o"]
|
||||
[ext_resource type="Shader" uid="uid://crbilces53hat" path="res://src/map/map shaders/B2 Night Sky World Environment.gdshader" id="27_yu47a"]
|
||||
[ext_resource type="Texture2D" uid="uid://bk2irsqn0sbex" path="res://src/map/assets/B2 Night Sky Star Textures.png" id="28_nlpir"]
|
||||
@@ -102,6 +104,12 @@ shader = ExtResource("30_xwamj")
|
||||
shader_parameter/cloud_color = Vector4(1.32, 3.3, 7.875, 0.205)
|
||||
shader_parameter/cloud_opacity = 0.36
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7ihe3"]
|
||||
albedo_texture = ExtResource("13_8mhgj")
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_jnesf"]
|
||||
material = SubResource("StandardMaterial3D_7ihe3")
|
||||
|
||||
[node name="Boss Floor B" type="Node3D"]
|
||||
script = ExtResource("1_bxvob")
|
||||
|
||||
@@ -193,33 +201,33 @@ unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.747, 0.102548, 55.334)
|
||||
|
||||
[node name="Skeleton3D" parent="DemonWall/EnemyModelView/RightArms/Arm7/Pivot/ARM7/7_ L AGNI CONE ARM" index="0"]
|
||||
bones/0/position = Vector3(2.24831, -0.602061, -1.50285)
|
||||
bones/0/rotation = Quaternion(0.207458, 0.328286, 0.602457, 0.697305)
|
||||
bones/1/rotation = Quaternion(0.050732, 0.564201, 0.177708, 0.804688)
|
||||
bones/2/rotation = Quaternion(-0.0498223, 0.161951, -0.616795, 0.76867)
|
||||
bones/3/rotation = Quaternion(-0.141599, -0.131086, 0.316286, 0.928832)
|
||||
bones/4/rotation = Quaternion(0.0118663, 0.0360458, 0.229793, 0.972499)
|
||||
bones/5/rotation = Quaternion(-0.0193011, 0.0238847, -0.235585, 0.971368)
|
||||
bones/6/rotation = Quaternion(-0.166946, -0.0328334, 0.190411, 0.966848)
|
||||
bones/7/rotation = Quaternion(-0.00712458, 0.0555583, 0.0162706, 0.998297)
|
||||
bones/8/rotation = Quaternion(-0.199205, -0.0885586, 0.00298552, 0.975944)
|
||||
bones/9/rotation = Quaternion(-0.0217858, 0.0258664, -0.0133952, 0.999338)
|
||||
bones/10/rotation = Quaternion(-0.0510715, -0.00215271, -0.00483241, 0.998681)
|
||||
bones/11/rotation = Quaternion(-0.12082, 0.00900195, 0.0128971, 0.99255)
|
||||
bones/12/rotation = Quaternion(-0.115374, -0.0462822, -0.00618517, 0.992224)
|
||||
bones/13/rotation = Quaternion(-0.0826512, -0.032811, 0.184509, 0.9788)
|
||||
bones/14/rotation = Quaternion(-0.015995, 0.0897936, -0.167573, 0.981632)
|
||||
bones/15/rotation = Quaternion(-0.248973, -0.0914085, 0.0414219, 0.963297)
|
||||
bones/16/rotation = Quaternion(-0.087096, -0.000779027, -0.0713414, 0.993642)
|
||||
bones/17/rotation = Quaternion(-0.0320236, -0.0865694, 0.360399, 0.928221)
|
||||
bones/18/rotation = Quaternion(-0.0662556, 0.15776, -0.239014, 0.955821)
|
||||
bones/19/rotation = Quaternion(-0.0158778, -0.0661597, -0.0346487, 0.997081)
|
||||
bones/20/rotation = Quaternion(-0.182607, -0.0365199, 0.0743319, 0.979692)
|
||||
bones/21/position = Vector3(2.73817, 0.0636646, -3.39638)
|
||||
bones/21/rotation = Quaternion(0.758403, 0.0676363, 0.293461, 0.578041)
|
||||
bones/0/position = Vector3(2.25603, -0.593991, -1.49795)
|
||||
bones/0/rotation = Quaternion(0.245704, 0.281024, 0.628356, 0.682513)
|
||||
bones/1/rotation = Quaternion(0.0875271, 0.580366, 0.155552, 0.794555)
|
||||
bones/2/rotation = Quaternion(-0.0474151, 0.176044, -0.612849, 0.76888)
|
||||
bones/3/rotation = Quaternion(-0.121104, -0.124214, 0.314403, 0.933304)
|
||||
bones/4/rotation = Quaternion(0.0183537, 0.0293324, 0.199396, 0.979308)
|
||||
bones/5/rotation = Quaternion(-0.0227037, 0.0221734, -0.235053, 0.971464)
|
||||
bones/6/rotation = Quaternion(-0.151737, -0.0323807, 0.185045, 0.970405)
|
||||
bones/7/rotation = Quaternion(-0.0300104, 0.0447026, 0.0140822, 0.99845)
|
||||
bones/8/rotation = Quaternion(-0.176198, -0.0789935, 0.00652867, 0.981158)
|
||||
bones/9/rotation = Quaternion(-0.0233599, 0.0210477, -0.015359, 0.999388)
|
||||
bones/10/rotation = Quaternion(-0.0636381, -0.00265832, -0.000874666, 0.997969)
|
||||
bones/11/rotation = Quaternion(-0.121757, 0.00620739, 0.0108853, 0.992481)
|
||||
bones/12/rotation = Quaternion(-0.106229, -0.0432906, -0.00671141, 0.993376)
|
||||
bones/13/rotation = Quaternion(-0.09128, -0.0375878, 0.182847, 0.978173)
|
||||
bones/14/rotation = Quaternion(-0.0337271, 0.0750772, -0.16203, 0.983347)
|
||||
bones/15/rotation = Quaternion(-0.243149, -0.0738644, 0.0457651, 0.966089)
|
||||
bones/16/rotation = Quaternion(-0.0510135, 0.00850911, -0.0716199, 0.99609)
|
||||
bones/17/rotation = Quaternion(-0.0305086, -0.0700708, 0.361815, 0.929112)
|
||||
bones/18/rotation = Quaternion(-0.0715746, 0.13292, -0.244398, 0.957851)
|
||||
bones/19/rotation = Quaternion(-0.0167335, -0.0566353, -0.031704, 0.997751)
|
||||
bones/20/rotation = Quaternion(-0.175087, -0.029102, 0.0755783, 0.981216)
|
||||
bones/21/position = Vector3(2.73046, 0.0555953, -3.40128)
|
||||
bones/21/rotation = Quaternion(0.756573, 0.0723099, 0.291485, 0.580866)
|
||||
|
||||
[node name="BoneAttachment3D" parent="DemonWall/EnemyModelView/RightArms/Arm7/Pivot/ARM7/7_ L AGNI CONE ARM/Skeleton3D" index="1"]
|
||||
transform = Transform3D(-0.853993, -0.469564, 0.224067, 0.263099, -0.0182096, 0.964597, -0.44886, 0.88271, 0.139093, 0.93926, -0.252453, -0.229317)
|
||||
transform = Transform3D(-0.856141, -0.460084, 0.235256, 0.292137, -0.0554149, 0.95477, -0.426238, 0.886144, 0.181851, 0.917894, -0.427385, -0.217577)
|
||||
|
||||
[node name="CollisionShape3D" parent="DemonWall/EnemyModelView/RightArms/Arm7/Pivot/ARM7/7_ L AGNI CONE ARM/Skeleton3D/BoneAttachment3D/Projectile/Hitbox" index="0"]
|
||||
transform = Transform3D(0.635844, 0.528577, -0.562441, 0.375355, 0.425019, 0.823709, 0.674439, -0.734846, 0.0718229, -1.8153, 4.65171, 12.6822)
|
||||
@@ -317,6 +325,21 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.93516, 0.236206, 149.418)
|
||||
transform = Transform3D(-1.66103e-08, 0, -0.38, 0, 0.38, 0, 0.38, 0, -1.66103e-08, -8.01569, 3.62448, 149.91)
|
||||
texture = ExtResource("11_j7n5i")
|
||||
|
||||
[node name="FLOORMAP1" parent="." instance=ExtResource("12_j7n5i")]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -3.66374, 1.51664, 142.096)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="FLOORMAP1"]
|
||||
transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, 0.207962, 1.2765, -3.98979)
|
||||
mesh = SubResource("BoxMesh_jnesf")
|
||||
|
||||
[node name="FLOORMAP2" parent="." instance=ExtResource("12_j7n5i")]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, 0.313113, 1.51664, 142.096)
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="FLOORMAP2"]
|
||||
transform = Transform3D(0.055, 0, 0, 0, -0.01, 0, 0, 0, -0.035, 0.207962, 1.2765, 3.96271)
|
||||
mesh = SubResource("BoxMesh_jnesf")
|
||||
skeleton = NodePath("../../FLOORMAP1")
|
||||
|
||||
[editable path="Collision/Boss Floor 2 Collision"]
|
||||
[editable path="DemonWall"]
|
||||
[editable path="DemonWall/EnemyModelView"]
|
||||
|
||||
@@ -2484,8 +2484,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -246.379, 2.49829, 9.49494)
|
||||
transform = Transform3D(0.0221235, 0, 0.49951, 0, 0.5, 0, -0.49951, 0, 0.0221235, -185.53, 2.42495, 46.2437)
|
||||
|
||||
[node name="Hand of Heaven " parent="." instance=ExtResource("63_v60tm")]
|
||||
transform = Transform3D(-1838.27, 0, 787.884, 0, 2000, 0, -787.884, 0, -1838.27, 2000, -11000, -2700)
|
||||
visible = false
|
||||
transform = Transform3D(-1591.12, 0, 1288.46, 0, 2047.39, 0, -1288.46, 0, -1591.12, 2000, -11000, -2700)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Hand of Heaven "]
|
||||
libraries = {
|
||||
|
||||
Reference in New Issue
Block a user