forked from team-sg/hero-mark-2
make bubbles follow screen
This commit is contained in:
parent
c704cabd45
commit
1b53eee56b
1 changed files with 6 additions and 7 deletions
|
@ -131,6 +131,12 @@ scroll_h = false
|
|||
scroll_v = true
|
||||
respawn_h = false
|
||||
|
||||
[node name="BubbleSpawner" type="Node2D" parent="Camera2D"]
|
||||
position = Vector2( 0, 192 )
|
||||
script = ExtResource( 12 )
|
||||
scene = ExtResource( 13 )
|
||||
extents = Rect2( 0, 0, 256, 8 )
|
||||
|
||||
[node name="BackgroundLayer" type="CanvasLayer" parent="."]
|
||||
layer = -50
|
||||
|
||||
|
@ -232,10 +238,3 @@ position = Vector2( 144, 24 )
|
|||
|
||||
[node name="Mine4" parent="Enemies/Mines" instance=ExtResource( 11 )]
|
||||
position = Vector2( 72, 48 )
|
||||
|
||||
[node name="BubbleSpawner" type="Node2D" parent="."]
|
||||
position = Vector2( 0, 584 )
|
||||
script = ExtResource( 12 )
|
||||
scene = ExtResource( 13 )
|
||||
extents = Rect2( 0, 0, 256, 8 )
|
||||
delay = 0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue