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/aiguillon.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/aiguillon.lua')
-rw-r--r-- | config/maps/aiguillon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/maps/aiguillon.lua b/config/maps/aiguillon.lua index c4f0ee3..e79449f 100644 --- a/config/maps/aiguillon.lua +++ b/config/maps/aiguillon.lua @@ -2,7 +2,7 @@ return { name = "Aiguillon", theme = "aiguillon.ogg", - portrait = 5, -- TODO: See `maps/ribbit`. + portrait = "assets/maps/aiguillon.png", center = {x = 0, y = 10}, width = 370, height = 290, |