summaryrefslogtreecommitdiff
path: root/map.lua
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2026-05-17 11:53:35 -0700
committerElizabeth Hunt <me@liz.coffee>2026-05-17 11:54:05 -0700
commit661156ce988131eb4896a7af4d00a42b520305e7 (patch)
tree23b64b8f224f25aeb9c789a54da13f29c22b91c5 /map.lua
parent7d415c4958f584c031922ed77a3559d15bf2dc1b (diff)
downloaddyl8-661156ce988131eb4896a7af4d00a42b520305e7.tar.gz
dyl8-661156ce988131eb4896a7af4d00a42b520305e7.zip
This is REAL Artificial Intelligence and definitely REALLY COMPLICATED
Diffstat (limited to 'map.lua')
-rw-r--r--map.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/map.lua b/map.lua
index 87cb5f3..fcf823a 100644
--- a/map.lua
+++ b/map.lua
@@ -3,7 +3,7 @@ _t = {
C = { name = "current", color = 7, blink = true },
K = { name = "visited", color = 6 },
M = { name = "mystery", color = 2 },
- R = { name = "restock", color = 9 },
+ S = { name = "supply", color = 9 },
E = { name = "empty", color = 0 }
}
@@ -21,4 +21,9 @@ DisplayMap = {
{ _t.E, _t.E, _t.H, _t.E, _t.E },
{ _t.E, _t.E, _t.E, _t.E, _t.E },
{ _t.E, _t.E, _t.E, _t.E, _t.E }
-} \ No newline at end of file
+}
+
+-- todo
+-- function Map.blit()
+-- for i=1,DisplayMap.
+-- end \ No newline at end of file