Skip to content

Commit 0adb9c2

Browse files
NarreGrumbel
authored andcommitted
Move foreground in all halloween levels to z-pos 200 so it does not obscure the coin and powerup count [ci skip]
1 parent b0f238a commit 0adb9c2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

data/levels/halloween2014/halloween1.stl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(speed 0)
3636
(fill #t)
3737
(image "images/background/halloween/vignette.png")
38-
(z-pos 500)
38+
(z-pos 200)
3939
)
4040
(bouncingsnowball
4141
(sprite "images/creatures/fatbat/fatbat.sprite")

data/levels/halloween2014/halloween2.stl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(speed 0)
2424
(fill #t)
2525
(image "images/background/halloween/vignette.png")
26-
(z-pos 500)
26+
(z-pos 200)
2727
)
2828
(bouncingsnowball
2929
(sprite "images/creatures/fatbat/fatbat.sprite")

data/levels/halloween2014/halloween3.stl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(speed 0)
1414
(fill #t)
1515
(image "images/background/halloween/vignette.png")
16-
(z-pos 500)
16+
(z-pos 200)
1717
)
1818
(background
1919
(speed 0)
@@ -29,7 +29,7 @@
2929
(alignment "bottom")
3030
(speed 1.5)
3131
(image "images/background/halloween/fog.png")
32-
(z-pos 500)
32+
(z-pos 200)
3333
)
3434
(bouncingsnowball
3535
(sprite "images/creatures/fatbat/fatbat.sprite")

data/levels/halloween2014/mound.stl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(speed 0)
3737
(fill #t)
3838
(image "images/background/halloween/vignette.png")
39-
(z-pos 500)
39+
(z-pos 200)
4040
)
4141
(bonusblock
4242
(contents "explode")

data/levels/halloween2014/pools.stl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(alignment "bottom")
2121
(speed 0)
2222
(image "images/background/halloween/vignette.png")
23-
(z-pos 500)
23+
(z-pos 200)
2424
)
2525
(background
2626
(color 1 1 1)

0 commit comments

Comments
 (0)