aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-15 00:21:21 -0800
committer1029chris <1029chris@gmail.com>2022-02-15 00:21:21 -0800
commitec782e650209817967bc2efb114db73c91572ec3 (patch)
tree5b2fc30475075627781dcfab3340c0fc6dfc6e88
parent00a95df6f930fc4d50e1132489d27dbfba44e48f (diff)
parent4eddac04c152706303065d6572fa6917f58ff84a (diff)
Merge remote-tracking branch 'origin/HEAD'
-rw-r--r--background.lua6
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)