aboutsummaryrefslogtreecommitdiff
path: root/background.lua
diff options
context:
space:
mode:
authorRibbon <ambiguousmachine@gmail.com>2022-02-04 17:37:59 -0800
committerRibbon <ambiguousmachine@gmail.com>2022-02-04 17:37:59 -0800
commit089c3ec9356a00d4bf1229516e636a910966e59a (patch)
treea9fccbfe578aee9bf79f38aa431f7a28a1ca68bb /background.lua
parentb1f96438217e1eed8d7e665763ffce09320f39f3 (diff)
added tiny tank and drone and bg elements
Diffstat (limited to 'background.lua')
-rw-r--r--background.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/background.lua b/background.lua
index 8393ad3..287d57b 100644
--- a/background.lua
+++ b/background.lua
@@ -35,7 +35,7 @@ function drawbg()
camera((sin(shake+t())*shake)/2, (sin(shake+t()/2.1)*shake)/2)
--landscape
- scrollingcircles(110, 72, 25, 20, 14)
+ scrollingcircles(110, 72, 25, 20, 8)
camera(sin(shake+t())*shake, sin(shake+t()/2.1)*shake)
scrollingcircles(135, 100, 30, 32, 15)
end