diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-05-17 11:53:35 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-05-17 11:54:05 -0700 |
| commit | 661156ce988131eb4896a7af4d00a42b520305e7 (patch) | |
| tree | 23b64b8f224f25aeb9c789a54da13f29c22b91c5 /map.lua | |
| parent | 7d415c4958f584c031922ed77a3559d15bf2dc1b (diff) | |
| download | dyl8-661156ce988131eb4896a7af4d00a42b520305e7.tar.gz dyl8-661156ce988131eb4896a7af4d00a42b520305e7.zip | |
This is REAL Artificial Intelligence and definitely REALLY COMPLICATED
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 |
