From 412845549a7ce09a4cd828113625fcb928c52be0 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 2 Feb 2022 16:22:08 -0800 Subject: Added background.lua, updated draw.lua --- background.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 background.lua (limited to 'background.lua') diff --git a/background.lua b/background.lua new file mode 100644 index 0000000..48a2f57 --- /dev/null +++ b/background.lua @@ -0,0 +1,16 @@ +circfill(6,6,4,8) +circfill(12,12,4,2) +circfill(32,32,4,4) +circfill(64,64,4,6) + + + +circfill(6,12,4,8) +circfill(12,18,4,2) +circfill(32,38,4,4) +circfill(64,66,4,6) + + + +circfill(-t()*100%256-64,145,64,2) +circfill(-t()*100%230-64,160,80,2) \ No newline at end of file -- cgit