summaryrefslogtreecommitdiff
path: root/map.lua
diff options
context:
space:
mode:
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