mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 01:15:53 +00:00
Added NS1 to test
This commit is contained in:
parent
388acdba04
commit
8b1e6d72b2
1 changed files with 30 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=4 uid="uid://bitld8jkjkflo"]
|
||||
[gd_scene load_steps=28 format=4 uid="uid://bitld8jkjkflo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_5vq8r"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_hw6hf"]
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
[ext_resource type="Script" uid="uid://inasa76li3ym" path="res://Scripts/Resources/ScriptableBullets/BossScript.cs" id="11_vcaqw"]
|
||||
[ext_resource type="Script" uid="uid://cnkipcolyj61w" path="res://Scripts/AlarmManager.cs" id="11_wr8yc"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="12_1mcdj"]
|
||||
[ext_resource type="Resource" uid="uid://da1vjfavqs7u2" path="res://Resources/BossPhases/Marisa/marisa_ns1.tres" id="16_vcaqw"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="17_1mcdj"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
|
|
@ -37,6 +38,14 @@ PortraitTexture = ExtResource("10_1mcdj")
|
|||
HudPrefab = ExtResource("7_grrkd")
|
||||
metadata/_custom_type_script = "uid://inasa76li3ym"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_4ge3h"]
|
||||
script = ExtResource("11_vcaqw")
|
||||
BossName = &"Rumia"
|
||||
Phases = Array[ExtResource("8_uktdb")]([ExtResource("16_vcaqw")])
|
||||
PortraitTexture = ExtResource("10_1mcdj")
|
||||
HudPrefab = ExtResource("7_grrkd")
|
||||
metadata/_custom_type_script = "uid://inasa76li3ym"
|
||||
|
||||
[node name="GameScene" type="Node2D"]
|
||||
process_mode = 3
|
||||
script = ExtResource("1_5vq8r")
|
||||
|
|
@ -75,6 +84,12 @@ script = ExtResource("6_t0f5c")
|
|||
BossScript = SubResource("Resource_cfs7m")
|
||||
ActorPrefab = ExtResource("7_27s7d")
|
||||
|
||||
[node name="RumiaSpawnerNS1" type="Node2D" parent="Tilemaps/Actors"]
|
||||
position = Vector2(127, 304)
|
||||
script = ExtResource("6_t0f5c")
|
||||
BossScript = SubResource("Resource_4ge3h")
|
||||
ActorPrefab = ExtResource("7_27s7d")
|
||||
|
||||
[node name="Sp1Activator" parent="Tilemaps/Actors" node_paths=PackedStringArray("Target") instance=ExtResource("8_6qpgj")]
|
||||
position = Vector2(85, 424)
|
||||
Target = NodePath("../RumiaSpawnerSP1")
|
||||
|
|
@ -88,6 +103,20 @@ offset_bottom = 24.0
|
|||
text = "Sp1"
|
||||
label_settings = ExtResource("17_1mcdj")
|
||||
|
||||
[node name="NS1" parent="Tilemaps/Actors" node_paths=PackedStringArray("Target") instance=ExtResource("8_6qpgj")]
|
||||
position = Vector2(105, 425)
|
||||
Target = NodePath("../RumiaSpawnerNS1")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Label" type="Label" parent="Tilemaps/Actors/NS1"]
|
||||
offset_left = -7.0
|
||||
offset_top = 1.0
|
||||
offset_right = 33.0
|
||||
offset_bottom = 24.0
|
||||
text = "NS1
|
||||
"
|
||||
label_settings = ExtResource("17_1mcdj")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="Tilemaps/Actors"]
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue