diff options
Diffstat (limited to 'map.lua')
| -rw-r--r-- | map.lua | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |
