Skip to content

Commit

Permalink
disable test scene
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Sep 5, 2024
1 parent ab2fcbf commit bc5a8a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions scenes/autostart/soul_screen/soul_screen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down
2 changes: 1 addition & 1 deletion scenes/autostart/soul_screen/soul_screen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc5a8a0

Please sign in to comment.