From b15a0c077587ddf748d34556524416435c01ec17 Mon Sep 17 00:00:00 2001 From: RibbonCable Date: Thu, 17 Feb 2022 21:29:10 -0800 Subject: lots of stuff, check desc Updated planet art adjusted sprites in sheet added boss sprites added some boss graphic code added score system added ending score screen w/ cart reset reduced wave loss from 2 to 1 reduced pickup amount to just bosses and specific waves only reduced tokens by grouping similar math made acid transition able to be reversed planet seed for babymode and a bunch of other stuff I forget sry its late used a lot of tokens today x.x; --- background.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'background.lua') diff --git a/background.lua b/background.lua index d99ee3b..7fe7c1c 100644 --- a/background.lua +++ b/background.lua @@ -25,10 +25,11 @@ function bgplanetmegasprite(x,y) --y = 50 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) - palt(0,true) + palt() end @@ -43,7 +44,7 @@ function drawbg() --galaxies spr(120, 20, 30, 1, 1) - spr(104, 100, 40, 1, 1) + spr(104, 108, 40, 1, 1) spr(104, 42, 74, 1, 1, true, true) --ringed planet -- cgit