diff --git a/scenes/autostart/soul_screen/soul_screen.gd b/scenes/autostart/soul_screen/soul_screen.gd index 106a756..5c938c8 100644 --- a/scenes/autostart/soul_screen/soul_screen.gd +++ b/scenes/autostart/soul_screen/soul_screen.gd @@ -16,6 +16,9 @@ extends Node func _physics_process(_delta: float) -> void: + #main_pattern.spawn_point_1.active = true + #main_pattern.spawn_point_2.active = true + main_pattern.spawn_point_1.position = ( cat_sprite_2d.position - cat_sprite_2d.get_rect().size / 4 + Vector2(8, -16.0) ) diff --git a/scenes/autostart/soul_screen/soul_screen.tscn b/scenes/autostart/soul_screen/soul_screen.tscn index c293808..ad7a6e8 100644 --- a/scenes/autostart/soul_screen/soul_screen.tscn +++ b/scenes/autostart/soul_screen/soul_screen.tscn @@ -5,7 +5,7 @@ [ext_resource type="PackedScene" uid="uid://dfrws6lo2o7d0" path="res://scenes/autostart/soul_screen/soul/soul_sprite.tscn" id="2_rspx0"] [ext_resource type="PackedScene" uid="uid://bpq246h5ihhck" path="res://scenes/component/shake_shader_component/shake_shader_component.tscn" id="2_whm7q"] [ext_resource type="Texture2D" uid="uid://cpwmy667e4xpa" path="res://assets/image/npc/cat/cat_90_100.png" id="2_xltfu"] -[ext_resource type="PackedScene" uid="uid://dp27xbynyqp65" path="res://scenes/bullet_up_hell/main_pattern/MainPattern.tscn" id="5_742rc"] +[ext_resource type="PackedScene" uid="uid://dp27xbynyqp65" path="res://scenes/bullet_up_hell/main_pattern/main_pattern.tscn" id="5_742rc"] [node name="Soul" type="Node"] script = ExtResource("1_fyd6i") diff --git a/scenes/bullet_up_hell/main_pattern/MainPattern.tscn b/scenes/bullet_up_hell/main_pattern/main_pattern.tscn similarity index 99% rename from scenes/bullet_up_hell/main_pattern/MainPattern.tscn rename to scenes/bullet_up_hell/main_pattern/main_pattern.tscn index 92511ff..350894b 100644 --- a/scenes/bullet_up_hell/main_pattern/MainPattern.tscn +++ b/scenes/bullet_up_hell/main_pattern/main_pattern.tscn @@ -154,7 +154,7 @@ script = ExtResource("1_aknba") [node name="SpawnPoint" type="Node2D" parent="Circle1"] position = Vector2(453, 22.998) script = ExtResource("2_owqfl") -active = true +active = false auto_pattern_id = "circle" shared_area_name = "0" rotating_speed = 0.0 @@ -182,7 +182,7 @@ props = SubResource("PackedDataContainer_f8sif") [node name="SpawnPoint" type="Node2D" parent="Circle2"] position = Vector2(454, 21.998) script = ExtResource("2_owqfl") -active = true +active = false auto_pattern_id = "circle2" shared_area_name = "0" rotating_speed = 0.0