From 4eddac04c152706303065d6572fa6917f58ff84a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 15 Feb 2022 00:12:38 -0800 Subject: adjusted planet render queue --- background.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/background.lua b/background.lua index 800ae6a..b643517 100644 --- a/background.lua +++ b/background.lua @@ -41,13 +41,13 @@ function drawbg() pset((((-gt*0.1)+i*4.3824)*(i/32))%128, sin(i*0.536382)*64+64, 4) --funny random star algorithm!! end - --ringed planet - bgplanetmegasprite(150-(gt)%300,50) - --galaxies spr(120, 20, 30, 1, 1) spr(104, 100, 40, 1, 1) spr(104, 42, 74, 1, 1, true, true) + + --ringed planet + bgplanetmegasprite(150-(gt)%300,50) --clouds scrollingcircles(-9, 24, 22, 22, 2) -- cgit