Start demon wall implementation
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://by67pn7fdsg1m"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://by67pn7fdsg1m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://14e8mu48ed4" path="res://src/map/Map.cs" id="1_bw70o"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl6h1djc27ddl" path="res://src/map/dungeon/floors/Floor00.tscn" id="2_0m8h8"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc1sp6xwe0j65" path="res://src/map/dungeon/floors/Floor01.tscn" id="2_merfv"]
|
||||
[ext_resource type="PackedScene" uid="uid://g28xmp6cn16h" path="res://src/map/dungeon/floors/Floor10.tscn" id="3_caf7v"]
|
||||
[ext_resource type="PackedScene" uid="uid://w2peiubnalof" path="res://src/map/dungeon/floors/Floor20.tscn" id="3_y74f3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmiqwmivkjgmq" path="res://src/map/dungeon/floors/Floor02.tscn" id="4_8y0oy"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl1scvkp8r5sw" path="res://src/map/dungeon/floors/Floor03.tscn" id="5_uag72"]
|
||||
[ext_resource type="PackedScene" uid="uid://cikq7vuorlpbl" path="res://src/map/dungeon/floors/Floor04.tscn" id="6_55rmo"]
|
||||
@@ -15,6 +16,6 @@
|
||||
|
||||
[node name="Map" type="Node3D"]
|
||||
script = ExtResource("1_bw70o")
|
||||
_floors = Array[PackedScene]([ExtResource("2_0m8h8"), ExtResource("3_caf7v"), ExtResource("11_y74f3"), ExtResource("2_merfv"), ExtResource("4_8y0oy"), ExtResource("5_uag72"), ExtResource("6_55rmo"), ExtResource("7_f6kwn"), ExtResource("8_ne2vg"), ExtResource("9_abpbr"), ExtResource("10_caf7v")])
|
||||
_floors = Array[PackedScene]([ExtResource("2_0m8h8"), ExtResource("3_y74f3"), ExtResource("3_caf7v"), ExtResource("11_y74f3"), ExtResource("2_merfv"), ExtResource("4_8y0oy"), ExtResource("5_uag72"), ExtResource("6_55rmo"), ExtResource("7_f6kwn"), ExtResource("8_ne2vg"), ExtResource("9_abpbr"), ExtResource("10_caf7v")])
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
|
||||
@@ -10,16 +10,16 @@ public partial class BossFloor : Node3D, IDungeonFloor
|
||||
{
|
||||
public override void _Notification(int what) => this.Notify(what);
|
||||
|
||||
[Node] private BossRoomA BossFloorA { get; set; } = default!;
|
||||
[Node] private IBossRoom BossFloorRoom { get; set; } = default!;
|
||||
|
||||
public ImmutableList<IDungeonRoom> Rooms => [];
|
||||
|
||||
public void InitializeDungeon()
|
||||
{
|
||||
FloorIsLoaded = true;
|
||||
FloorIsLoaded = true;
|
||||
}
|
||||
|
||||
public bool FloorIsLoaded { get; set; }
|
||||
|
||||
public Transform3D GetPlayerSpawnPoint() => BossFloorA.PlayerSpawn.GlobalTransform;
|
||||
public Transform3D GetPlayerSpawnPoint() => BossFloorRoom.PlayerSpawn.GlobalTransform;
|
||||
}
|
||||
|
||||
23
Zennysoft.Game.Ma/src/map/dungeon/code/BossRoomB.cs
Normal file
23
Zennysoft.Game.Ma/src/map/dungeon/code/BossRoomB.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using Chickensoft.AutoInject;
|
||||
using Chickensoft.Introspection;
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
[Meta(typeof(IAutoNode))]
|
||||
public partial class BossRoomB : Node3D, IBossRoom
|
||||
{
|
||||
public override void _Notification(int what) => this.Notify(what);
|
||||
|
||||
[Node] public Marker3D PlayerSpawn { get; set; } = default!;
|
||||
|
||||
public void OnBossFightEnded()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void StartBossFight()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
1
Zennysoft.Game.Ma/src/map/dungeon/code/BossRoomB.cs.uid
Normal file
1
Zennysoft.Game.Ma/src/map/dungeon/code/BossRoomB.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cvj30id0i8ska
|
||||
@@ -5,9 +5,9 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="3_gkkr3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dn5546yqyntfr" path="res://src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn" id="6_atq1f"]
|
||||
[ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="8_5rblf"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs56ccgosmu47" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="9_atq1f"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="12_aw26s"]
|
||||
[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="12_n02rw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bksq62muhk3h5" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="13_kwaga"]
|
||||
[ext_resource type="PackedScene" uid="uid://bn4gslp2gk8ds" path="res://src/map/dungeon/rooms/Set A/18. Corridor A.tscn" id="13_ofywd"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0gwivt7cw7nd" path="res://src/enemy/enemy_types/02. michael/Michael.tscn" id="14_gkkr3"]
|
||||
|
||||
@@ -178,4 +178,4 @@ shape = SubResource("BoxShape3D_xw4dv")
|
||||
|
||||
[node name="EnemyDatabase" parent="." instance=ExtResource("12_aw26s")]
|
||||
unique_name_in_owner = true
|
||||
EnemyList = Array[PackedScene]([ExtResource("13_kwaga"), ExtResource("14_gkkr3")])
|
||||
EnemyList = Array[PackedScene]([ExtResource("9_atq1f"), ExtResource("14_gkkr3")])
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="10_5omre"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="11_yvj8v"]
|
||||
[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="12_e0s3j"]
|
||||
[ext_resource type="PackedScene" uid="uid://bksq62muhk3h5" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="12_pmbic"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0gwivt7cw7nd" path="res://src/enemy/enemy_types/02. michael/Michael.tscn" id="13_eyrkc"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs56ccgosmu47" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="15_23nxb"]
|
||||
|
||||
[sub_resource type="NavigationMesh" id="NavigationMesh_23nxb"]
|
||||
vertices = PackedVector3Array(-30, -0.588592, -15, -30.25, -0.588592, -15.5, -32, -0.588592, -15.25, -32.5, -0.588592, 2.5, -29.25, -0.588592, 2.5, -14, -0.588592, -33.25, -14, -0.588592, -32.25, -11.25, -0.588592, -32.25, -14.5, -0.588592, -33.5, -9.25, -0.588592, -35.5, -9.25, -0.588592, -40.75, -14.5, -0.588592, -52.75, 26.75, -0.588592, 21.75, 26.75, -0.588592, 21, 23.25, -0.588592, 21, -48.75, -0.588592, 45, -49.25, -0.588592, 44.5, -66.5, -0.588592, 57.5, -8.75, -0.588592, -35, 27.5, -0.588592, 22, 27.25, -0.588592, 26.5, -5.25, -0.588592, -35, -11.25, -0.588592, -15.75, -5.25, -0.588592, -19.5, -66.5, -0.588592, -66.5, -61.25, -0.588592, -44.75, -60.5, -0.588592, -45.5, 22.75, -0.588592, 20.5, 22.75, -0.588592, 13, 19.25, -0.588592, 13, -18.75, -0.588592, 8.75, -26.5, -0.588592, 9, -26.75, -0.588592, 12.75, 18.75, -0.588592, 12.5, 25.5, -0.588592, -28.75, 25.5, -0.588592, 6.5, 28.5, -0.588592, 6.5, 27.75, -0.588592, 28.75, -42.5, -0.588592, 44.5, -32, -0.588592, -32.5, -22.25, -0.588592, -32.25, -22.25, -0.588592, -33.5, -11.75, -0.588592, -15.25, -22, -0.588592, -15.5, -22.5, -0.588592, -14.75, -19.5, -0.588592, 2.5, -18.5, -0.588592, 3.25, -21.25, -0.588592, -33.75, -21.25, -0.588592, -52.75, 18.75, -0.588592, -28.75, 19.5, -0.588592, -29.5, 9.5, -0.588592, -35.5, 8.5, -0.588592, -35, -8.5, -0.588592, -41.5, 2.75, -0.588592, -41.5, 2.75, -0.588592, -44.75, -33.25, -0.588592, 12.5, -33.25, -0.588592, 3.25, -43.5, -0.588592, 18.5, -42.5, -0.588592, 19.25, -20.5, -0.588592, -53.5, -15.5, -0.588592, -53.5, 67.5, -0.588592, -66.5, -32.75, -0.588592, 13, -43.5, -0.588592, 45, 67.5, -0.588592, 57.5, 44.75, -0.588592, 28.5, 3.5, -0.588592, -45.5, -55.5, -0.588592, -45.5, 9.5, -0.588592, -44.75, 24.5, -0.588592, -29.5, -42.5, -0.588592, -32.75, -42.5, -0.588592, -27.5, -32.5, -0.588592, -32, -4.75, -0.588592, -19, 0.5, -0.588592, -19, -54.75, -0.588592, -45, -54.5, -0.588592, -33.5, -43.5, -0.588592, -33.5, 29.5, -0.588592, 7.5, 44.75, -0.588592, 7.75, 1.5, -0.588592, -35, 1.5, -0.588592, -19.5, -22.5, -0.588592, 2.5, -29.25, -0.588592, -15, -49.25, -0.588592, 19.25, -60.75, -0.588592, -27, -61.25, -0.588592, -27.5, -32.5, -0.588592, -15.75, -43.5, -0.588592, -27, -48.5, -0.588592, 18.5, 8.5, -0.588592, -45.5, -31.5, 6.66141, -31.25, -31.5, 6.66141, -28.75, -28.75, 6.66141, -28.75, -28.75, 6.66141, -31.25, -15.25, 6.66141, -31.25, -15.25, 6.66141, -28.75, -12.75, 6.66141, -28.75, -12.75, 6.66141, -31.25, -31, -0.588592, -31, -31, -0.588592, -29, -29, -0.588592, -29, -29, -0.588592, -31, -22.25, -0.588592, -17.75, -22, -0.588592, -16.75, -16.25, -0.588592, -16.75, -16.25, -0.588592, -20, -28, -0.588592, -20.25, -27.75, -0.588592, -17.75, -27.75, -0.588592, -31, -28, -0.588592, -27.75, -16.25, -0.588592, -30.75, -31, -0.588592, -27.75, -31, -0.588592, -20.25, -16, -0.588592, -27.75, -12.75, -0.588592, -20.25, -12.75, -0.588592, -27.75, -31.25, 6.66141, -19.25, -31.25, 6.66141, -16.75, -28.75, 6.66141, -16.75, -28.75, 6.66141, -19.25, -15.25, 6.66141, -19.25, -15.25, 6.66141, -16.75, -12.75, 6.66141, -16.75, -12.75, 6.66141, -19.25, -15, -0.588592, -19, -15, -0.588592, -17, -13, -0.588592, -17, -13, -0.588592, -19, 30.25, -0.588592, 26.5, 29, -0.588592, 26.75, 29, -0.588592, 27.25, 43.25, -0.588592, 27.25, 43.25, -0.588592, 26.75, 41.75, -0.588592, 26.5, 41.75, -0.588592, 9.75, 30.25, -0.588592, 9.5, 30.25, -0.588592, 12.25, 34.5, -0.588592, 16.75, 37.25, -0.588592, 16.5, 41.75, -0.588592, 12.25, 43.25, -0.588592, 9.5, 43.25, -0.588592, 9, 29.5, -0.588592, 9, 29.75, -0.588592, 21.75, 29, -0.588592, 22, 29, -0.588592, 23.75, 30.25, -0.588592, 24, 34.75, -0.588592, 19.5, 41.75, -0.588592, 24, 37.5, -0.588592, 19.25, 29.5, -0.588592, 12.5, 43.25, -0.588592, 23.75, 43.25, -0.588592, 12.5)
|
||||
@@ -235,4 +235,4 @@ shape = SubResource("BoxShape3D_23nxb")
|
||||
|
||||
[node name="EnemyDatabase" parent="." instance=ExtResource("11_yvj8v")]
|
||||
unique_name_in_owner = true
|
||||
EnemyList = Array[PackedScene]([ExtResource("12_pmbic"), ExtResource("13_eyrkc")])
|
||||
EnemyList = Array[PackedScene]([ExtResource("15_23nxb"), ExtResource("13_eyrkc")])
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
[ext_resource type="PackedScene" uid="uid://c5eon2dk4ojua" path="res://src/map/dungeon/rooms/Set A/14. Ran's Room.tscn" id="10_1j6d5"]
|
||||
[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="11_0ea7q"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="11_kyvxc"]
|
||||
[ext_resource type="PackedScene" uid="uid://bksq62muhk3h5" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="12_1j6d5"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0gwivt7cw7nd" path="res://src/enemy/enemy_types/02. michael/Michael.tscn" id="13_q8fb5"]
|
||||
[ext_resource type="PackedScene" uid="uid://cvk007twac22c" path="res://src/enemy/enemy_types/03. filth_eater/FilthEater.tscn" id="14_g81xt"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs56ccgosmu47" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="14_q8fb5"]
|
||||
|
||||
[sub_resource type="NavigationMesh" id="NavigationMesh_0ea7q"]
|
||||
vertices = PackedVector3Array(-41.25, -0.588592, -42.25, -41.25, -0.588592, -43, -42.5, -0.588592, -43, -42.75, -0.588592, -39.25, 61.5, -0.588592, 57.75, 60.25, -0.588592, 58, 60.25, -0.588592, 59.5, 60.5, -0.588592, 60.5, 62.5, -0.588592, 60.5, 25.5, -0.588592, -28.75, 25.5, -0.588592, -13.5, 40.5, -0.588592, -13.5, 48.25, -0.588592, 44, 45.75, -0.588592, 44.25, 45.5, -0.588592, 45, 45.75, -0.588592, 49.75, 25.5, -0.588592, 27.25, 25.5, -0.588592, 38.5, 44.5, -0.588592, 38.5, 56, -0.588592, 55.75, 58.75, -0.588592, 55.75, 59, -0.588592, 54.5, -12.75, -0.588592, 13, -27.5, -0.588592, 9, -32.75, -0.588592, 9, -62.5, -0.588592, 60.5, -40.5, -0.588592, -42, -40.75, -0.588592, -37.5, 60.5, -0.588592, 40, 61.75, -0.588592, 50, 62.5, -0.588592, -60.5, 42.75, -0.588592, 49.75, 42.75, -0.588592, 49, 39.25, -0.588592, 49, 43.5, -0.588592, 50, 43.5, -0.588592, 60.5, -40.25, -0.588592, -35.25, -50.5, -0.588592, -39, -50.5, -0.588592, -13.5, 44.75, -0.588592, 50, 44.75, -0.588592, 55.75, 48, -0.588592, 55.75, 61.25, -0.588592, 54.5, 61.75, -0.588592, 52.75, 41.5, -0.588592, -12.75, 25.5, -0.588592, -43.5, -21.25, -0.588592, -3.5, -21.25, -0.588592, -7, -26.5, -0.588592, -7, -33.25, -0.588592, 8.5, -56.75, -0.588592, -7, -17.25, -0.588592, -43.5, -17.25, -0.588592, -47, -23.25, -0.588592, -47, -20.75, -0.588592, -3, -26.5, -0.588592, 8.5, -16.75, -0.588592, -43, -14.5, -0.588592, -12.75, -14.5, -0.588592, -9.5, -7.5, -0.588592, -9.5, -56.5, -0.588592, -45.5, -49.25, -0.588592, -45.5, -49.25, -0.588592, -48.75, 55.75, -0.588592, 44, 55.75, -0.588592, 41, 48.25, -0.588592, 41, 24.5, -0.588592, -49.5, 25.5, -0.588592, -48.75, 48.25, -0.588592, 59.25, 55.75, -0.588592, 59.25, -57.25, -0.588592, -7.5, -15.5, -0.588592, -13.5, -23.5, -0.588592, -35.25, -48.5, -0.588592, -49.5, -45.25, -0.588592, -60.5, -62.5, -0.588592, -60.5, 58.75, -0.588592, 52.75, 59, -0.588592, 44.25, -18.5, -0.588592, -60.5, -18.5, -0.588592, -53.5, -11.5, -0.588592, -53.5, 60.25, -0.588592, 49.75, -10.5, -0.588592, -52.75, -10.5, -0.588592, -49.5, -7.5, -0.588592, 13, 2.75, -0.588592, 32.5, 2.75, -0.588592, 27.25, -45.25, -0.588592, -49.5, -33.25, -0.588592, -7, 3.5, -0.588592, 26.5, 38.75, -0.588592, 48.5, 19.25, -0.588592, 45, 19.25, -0.588592, -7, 18.75, -0.588592, -7.5, -6.5, -0.588592, -8.75, -6.5, -0.588592, 12.5, 18.75, -0.588592, -28.75, 24.5, -0.588592, 26.5, 60, -0.588592, 39.5, 41.5, -0.588592, -7.5, 40.5, -0.588592, -7, 19.5, -0.588592, -29.5, 24.5, -0.588592, -43, 24.5, -0.588592, -29.5, 45.5, -0.588592, 39.75, -13.25, -0.588592, 12.5, -13.25, -0.588592, -3, -57.25, -0.588592, -44.75, 3.25, -0.588592, 33, 18.75, -0.588592, 44.5, 18.75, -0.588592, 33, 38.75, -0.588592, 45, -26.25, -0.588592, -54.25, -25.25, -0.588592, -54.5, -25.25, -0.588592, -55, -38.5, -0.588592, -55, -37.75, -0.588592, -54.5, -37.75, -0.588592, -37.5, -39, -0.588592, -37.25, -39, -0.588592, -36.75, -24.75, -0.588592, -36.75, -24.75, -0.588592, -37.25, -26.25, -0.588592, -37.5, -37.75, -0.588592, -51.75, -33.5, -0.588592, -47.25, -30.75, -0.588592, -47.5, -26.25, -0.588592, -51.75, -38.25, -0.588592, -42.25, -39, -0.588592, -42, -39, -0.588592, -40.25, -37.75, -0.588592, -40, -33.25, -0.588592, -44.5, -26.25, -0.588592, -40, -30.5, -0.588592, -44.75, -38.5, -0.588592, -51.5, -24.75, -0.588592, -40.25, -25.25, -0.588592, -51.5, 56.75, 6.66141, 40.5, 56.75, 6.66141, 43.25, 59.25, 6.66141, 43.25, 59.25, 6.66141, 40.5, 44.75, 6.66141, 40.75, 44.75, 6.66141, 43.25, 47.25, 6.66141, 43.25, 47.25, 6.66141, 40.75, 57, -0.588592, 41, 57, -0.588592, 43, 59, -0.588592, 43, 59, -0.588592, 41, 44.75, 6.66141, 56.75, 44.75, 6.66141, 59.25, 47.25, 6.66141, 59.25, 47.25, 6.66141, 56.75, 56.75, 6.66141, 56.75, 56.75, 6.66141, 59.25, 59.25, 6.66141, 59.25, 59.25, 6.66141, 56.75, 45, -0.588592, 57, 45, -0.588592, 59, 47, -0.588592, 59, 47, -0.588592, 57)
|
||||
@@ -318,5 +318,5 @@ shape = SubResource("BoxShape3D_g81xt")
|
||||
|
||||
[node name="EnemyDatabase" parent="." instance=ExtResource("11_kyvxc")]
|
||||
unique_name_in_owner = true
|
||||
EnemyList = Array[PackedScene]([ExtResource("12_1j6d5"), ExtResource("13_q8fb5"), ExtResource("14_g81xt")])
|
||||
EnemyList = Array[PackedScene]([ExtResource("14_q8fb5"), ExtResource("13_q8fb5"), ExtResource("14_g81xt")])
|
||||
SpawnRate = PackedFloat32Array(0.5, 1, 1)
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
[node name="Floor10" type="Node3D"]
|
||||
script = ExtResource("1_0xjxw")
|
||||
|
||||
[node name="BossFloorA" parent="." instance=ExtResource("2_rbjfi")]
|
||||
[node name="BossFloorRoom" parent="." instance=ExtResource("2_rbjfi")]
|
||||
unique_name_in_owner = true
|
||||
|
||||
@@ -6,4 +6,5 @@
|
||||
[node name="Floor20" type="Node3D"]
|
||||
script = ExtResource("1_d31ow")
|
||||
|
||||
[node name="Boss Floor B" parent="." instance=ExtResource("2_d31ow")]
|
||||
[node name="BossFloorRoom" parent="." instance=ExtResource("2_d31ow")]
|
||||
unique_name_in_owner = true
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[gd_scene load_steps=118 format=4 uid="uid://ceo7ph483io44"]
|
||||
[gd_scene load_steps=120 format=4 uid="uid://ceo7ph483io44"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cvj30id0i8ska" path="res://src/map/dungeon/code/BossRoomB.cs" id="1_bxvob"]
|
||||
[ext_resource type="Texture2D" uid="uid://dovqerwxfvkga" path="res://src/map/dungeon/models/Set B/34. Boss Floor B/34_A2_BOSS FLOOR B_VER_COLUMN_WHITE.png" id="2_egkxs"]
|
||||
[ext_resource type="Texture2D" uid="uid://dledme528nkgq" path="res://src/map/dungeon/models/Set B/34. Boss Floor B/34_A2_BOSS FLOOR B_VER_AREA_2_MAIN_STONE.png" id="3_sfnee"]
|
||||
[ext_resource type="Texture2D" uid="uid://cap42cyx13xio" path="res://src/map/dungeon/models/Set B/34. Boss Floor B/34_A2_BOSS FLOOR B_VER_area_2_big_tile.png" id="4_utkqh"]
|
||||
@@ -24,6 +25,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://twrj4wixcbu7" path="res://src/items/ItemDatabase.tscn" id="23_br0k2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dmqdpmcr3wdym" path="res://src/map/dungeon/models/Set B/34. Boss Floor B/34_A2_BOSS FLOOR B_VER_Painting-for-Tempple-merged.png" id="23_rke2f"]
|
||||
[ext_resource type="Texture2D" uid="uid://20wawph7jcn4" path="res://src/map/dungeon/models/Set B/34. Boss Floor B/34_A2_BOSS FLOOR B_VER_RUBBLE_1.png" id="24_k805n"]
|
||||
[ext_resource type="PackedScene" uid="uid://6kck5vborfyk" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.tscn" id="25_k2q0o"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4oyst"]
|
||||
resource_name = "COLUMN WHITE"
|
||||
@@ -1625,6 +1627,7 @@ radius = 1.33887
|
||||
size = Vector3(1.9823, 12.776, 1.97168)
|
||||
|
||||
[node name="Boss Floor B" type="Node3D"]
|
||||
script = ExtResource("1_bxvob")
|
||||
|
||||
[node name="Model" type="Node3D" parent="."]
|
||||
|
||||
@@ -1915,7 +1918,7 @@ shape = SubResource("BoxShape3D_oqcwc")
|
||||
|
||||
[node name="PlayerSpawn" type="Marker3D" parent="Spawn Points"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -53.747, -2.58899, 17.731)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.953176, 25.4308, 149.677)
|
||||
|
||||
[node name="ItemDatabase" parent="Spawn Points" instance=ExtResource("23_br0k2")]
|
||||
unique_name_in_owner = true
|
||||
@@ -1927,3 +1930,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -115.98, -2.05432, 16.535)
|
||||
[node name="Room" type="Node3D" parent="."]
|
||||
|
||||
[node name="Minimap" type="Node3D" parent="."]
|
||||
|
||||
[node name="Demon Wall" parent="." instance=ExtResource("25_k2q0o")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 21.2936, 55.334)
|
||||
|
||||
Reference in New Issue
Block a user