diff options
| -rw-r--r-- | background.lua | 6 |
1 files 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) |
