aboutsummaryrefslogtreecommitdiff
path: root/draw.lua
diff options
context:
space:
mode:
authorRibbon <ambiguousmachine@gmail.com>2022-02-02 19:32:53 -0800
committerRibbon <ambiguousmachine@gmail.com>2022-02-02 19:32:53 -0800
commit80f39c08a0b6195088d38888b71825203d038902 (patch)
tree2f13649b56e76fd397906241204c1af4676a97bd /draw.lua
parentb23dbf913d15fca6e537898b406c7428948d8c21 (diff)
pallette swap
Diffstat (limited to 'draw.lua')
-rw-r--r--draw.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/draw.lua b/draw.lua
index aa5eab2..7dda0f1 100644
--- a/draw.lua
+++ b/draw.lua
@@ -1,3 +1,12 @@
+--background pallete replacement
+pal(15,132,1)
+pal(14,136,1)
+pal(13,133,1)
+pal(4,141,1)
+pal(0,130,1)
+
+
+
drawbg()
drawobjs()
print(#obj) \ No newline at end of file