diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-15 00:12:38 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-15 00:12:38 -0800 |
| commit | 4eddac04c152706303065d6572fa6917f58ff84a (patch) | |
| tree | 418c5617e426062a4468c3714842dd457a27697e /background.lua | |
| parent | a6593607c200c094c872b0d79320a077772619c6 (diff) | |
adjusted planet render queue
Diffstat (limited to 'background.lua')
| -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) |
