aboutsummaryrefslogtreecommitdiff
path: root/background.lua
diff options
context:
space:
mode:
Diffstat (limited to 'background.lua')
-rw-r--r--background.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/background.lua b/background.lua
index 287d57b..973509e 100644
--- a/background.lua
+++ b/background.lua
@@ -29,6 +29,12 @@ end
function drawbg()
cls(0)
camera((sin(shake+t())*shake)/3, (sin(shake+t()/2.1)*shake)/3)
+
+ --static planet
+ spr(202,80,62,6,3)
+ spr(249,72,86,7,1)
+
+
--clouds
scrollingcircles(-9, 24, 22, 22, 4)
scrollingcircles(-14, 40, 25, 20, 13)
@@ -38,5 +44,4 @@ function drawbg()
scrollingcircles(110, 72, 25, 20, 8)
camera(sin(shake+t())*shake, sin(shake+t()/2.1)*shake)
scrollingcircles(135, 100, 30, 32, 15)
-end
-
+end \ No newline at end of file