diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-22 18:01:09 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-22 18:01:09 +0200 |
commit | 118c64c62bb19239a28da08f928c2f8e74655f08 (patch) | |
tree | 142ee7dd3f4bc7e797e3fd72f7364530b68f674f /config/maps/205.lua | |
parent | 1a4db161e7be614e002c4f8edccbf3acf1edc6aa (diff) | |
download | roflnauts-118c64c62bb19239a28da08f928c2f8e74655f08.zip roflnauts-118c64c62bb19239a28da08f928c2f8e74655f08.tar.gz roflnauts-118c64c62bb19239a28da08f928c2f8e74655f08.tar.bz2 |
Split map icons, menu now uses them
Diffstat (limited to 'config/maps/205.lua')
-rw-r--r-- | config/maps/205.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/maps/205.lua b/config/maps/205.lua index d0aa1f8..a20fe0a 100644 --- a/config/maps/205.lua +++ b/config/maps/205.lua @@ -2,7 +2,7 @@ return { name = "AI Station 205", theme = "sorona.ogg", - portrait = 1, -- TODO: See `maps/ribbit`. + portrait = "assets/maps/205.png", center = {x = 0, y = 0}, width = 360, height = 240, |