mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 15:44:24 +00:00
Remove uncollectible loops
This commit is contained in:
parent
1eb53644a7
commit
bb60e4d785
1 changed files with 10 additions and 1 deletions
|
@ -331,9 +331,17 @@ position = Vector2( 1180, 460 )
|
|||
[node name="Loop9" parent="LongJump" instance=ExtResource( 20 )]
|
||||
position = Vector2( 100, 460 )
|
||||
|
||||
[node name="CrossLoop2" parent="LongJump" instance=ExtResource( 6 )]
|
||||
[node name="CrossLoop2" type="Node2D" parent="LongJump"]
|
||||
position = Vector2( 660, 280 )
|
||||
|
||||
[node name="Loop" parent="LongJump/CrossLoop2" instance=ExtResource( 20 )]
|
||||
|
||||
[node name="Loop2" parent="LongJump/CrossLoop2" instance=ExtResource( 20 )]
|
||||
position = Vector2( 20, 20 )
|
||||
|
||||
[node name="Loop4" parent="LongJump/CrossLoop2" instance=ExtResource( 20 )]
|
||||
position = Vector2( -20, 20 )
|
||||
|
||||
[node name="Loop" parent="LongJump" instance=ExtResource( 20 )]
|
||||
position = Vector2( 140, 140 )
|
||||
|
||||
|
@ -899,6 +907,7 @@ position = Vector2( 14720, 360 )
|
|||
stream = ExtResource( 32 )
|
||||
volume_db = -11.362
|
||||
autoplay = true
|
||||
|
||||
[connection signal="loop_collected" from="Player" to="LoopCountPanel" method="_on_Player_loop_collected"]
|
||||
[connection signal="body_entered" from="Intro/WinDoor" to="Player" method="_on_WinDoor_body_entered"]
|
||||
[connection signal="clicked" from="BuzzsawChoice/CBSpeedChangeButton" to="BuzzsawChoice/GhostGroup" method="toggle"]
|
||||
|
|
Loading…
Reference in a new issue