mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-23 16:44:21 +00:00
Two more
This commit is contained in:
parent
891055a455
commit
bcbd1563b4
1 changed files with 1 additions and 6 deletions
|
@ -54,18 +54,12 @@ is_active = false
|
|||
[node name="Loop" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 280, 460 )
|
||||
|
||||
[node name="Loop2" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 320, 420 )
|
||||
|
||||
[node name="Loop3" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 360, 460 )
|
||||
|
||||
[node name="Loop4" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 480, 460 )
|
||||
|
||||
[node name="Loop5" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 520, 420 )
|
||||
|
||||
[node name="Loop6" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 560, 460 )
|
||||
|
||||
|
@ -115,6 +109,7 @@ position = Vector2( 760, 140 )
|
|||
|
||||
[node name="ScrollingLaser4" parent="." instance=ExtResource( 1 )]
|
||||
position = Vector2( 960, 140 )
|
||||
|
||||
[connection signal="clicked" from="GameButton" to="ScrollingLaser" method="toggle"]
|
||||
[connection signal="clicked" from="GameButton2" to="ScrollingLaser2" method="toggle"]
|
||||
[connection signal="clicked" from="GameButton3" to="GhostGroup" method="toggle"]
|
||||
|
|
Loading…
Reference in a new issue