diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-07 14:48:17 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-07 14:48:17 -0800 |
| commit | cbb2b65b35e9fe642ff2e6771572251b9c876c30 (patch) | |
| tree | f5695ada27b3a1bc87ca840222f885e7a05e50ef /background.lua | |
| parent | 6c1981b7a2e3447f3b204f9f85a3b1ba2bc3c631 (diff) | |
added bg planet
Diffstat (limited to 'background.lua')
| -rw-r--r-- | background.lua | 9 |
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 |
