aboutsummaryrefslogtreecommitdiff
path: root/background.lua
diff options
context:
space:
mode:
authorRibbonCable <ambiguousmachine@gmail.com>2022-02-20 12:55:11 -0800
committerRibbonCable <ambiguousmachine@gmail.com>2022-02-20 12:55:11 -0800
commit4f4a5405a95c47b34e0250e6b0f143e8e5f8dc76 (patch)
tree9cfe9651c194db292621e712ee099984a9359aa5 /background.lua
parent23acc296abf209ccf2fa15e3641f266b02add71d (diff)
Lots of updates to the music player. Other than track titles and final songs, it's p much done. Also made some sprint non-flipped to save on tokens.
Diffstat (limited to 'background.lua')
-rw-r--r--background.lua41
1 files changed, 20 insertions, 21 deletions
diff --git a/background.lua b/background.lua
index 0874d45..07d5d5f 100644
--- a/background.lua
+++ b/background.lua
@@ -24,9 +24,8 @@ function bgplanetmegasprite(x,y)
palt(0,false)
palt(13,true)
- spr(194,x+10,y+0,7,2)
- spr(201,x+10,y+16,7,2)
- spr(234,x+2,y+32,6,2)
+ spr(200,x,y,7,4)
+ spr(194,x-8,y+32,6,2)
palt()
end
@@ -41,9 +40,9 @@ function drawbg()
end
--galaxies
- spr(120, 20, 30, 1, 1)
- spr(104, 108, 40, 1, 1)
- spr(104, 42, 74, 1, 1, true, true)
+ spr(239, 20, 30, 1, 1)
+ spr(255, 108, 40, 1, 1)
+ spr(255, 42, 74, 1, 1, true, true)
--ringed planet
bgplanetmegasprite(150-(gt)%300,50)
@@ -51,22 +50,22 @@ function drawbg()
--clouds
scrollingcircles(-9, 24, 22, 22, 2)
--small clouds
- scrollingsprite(88, 60, 10, 1, 1, 28)
- scrollingsprite(88, 120, 10, 1, 1, 28)
- scrollingsprite(88, 130, 12, 1, 1, 29)
- scrollingsprite(88, 160, 15, 1, 1, 30)--
- scrollingsprite(72, 145, 15, 1, 1, 30)--
- scrollingsprite(72, 20, 10, 1, 1, 28)
- scrollingsprite(72, 100, 10, 1, 1, 28)
- scrollingsprite(72, 170, 15, 1, 1, 30)
+ scrollingsprite(207, 60, 10, 1, 1, 28)
+ scrollingsprite(207, 120, 10, 1, 1, 28)
+ scrollingsprite(207, 130, 12, 1, 1, 29)
+ scrollingsprite(207, 160, 15, 1, 1, 30)--
+ scrollingsprite(223, 145, 15, 1, 1, 30)--
+ scrollingsprite(223, 20, 10, 1, 1, 28)
+ scrollingsprite(223, 100, 10, 1, 1, 28)
+ scrollingsprite(223, 170, 15, 1, 1, 30)
--large clouds
- scrollingsprite(248, 40, 5, 2, 1, 35)
- scrollingsprite(248, 80, 5, 2, 1, 35)
- scrollingsprite(248, 180, 9, 2, 1, 38)
- scrollingsprite(248, 260, 9, 2, 1, 38)--
- scrollingsprite(232, 120, 7, 2, 1, 36)--
- scrollingsprite(232, 160, 7, 2, 1, 36)
- scrollingsprite(232, 240, 9, 2, 1, 38)
+ scrollingsprite(35, 80, 5, 2, 1, 35)
+ scrollingsprite(35, 180, 9, 2, 1, 38)
+ scrollingsprite(35, 260, 9, 2, 1, 38)--
+ scrollingsprite(51, 40, 5, 2, 1, 35)
+ scrollingsprite(51, 120, 7, 2, 1, 36)--
+ scrollingsprite(51, 160, 7, 2, 1, 36)
+ scrollingsprite(51, 240, 9, 2, 1, 38)
--fg clouds
scrollingcircles(-11, 40, 25, 20, 2)
scrollingcircles(-12, 40, 25, 20, 4)