diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-22 19:38:39 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-22 19:38:39 +0200 |
commit | 6d530ace4d6a445d3136cca180f54f8add3d81fc (patch) | |
tree | 0dd6d7b0ffe24a8f9962d71ef6c3bfc572871ce1 /config/maps/404.lua | |
parent | c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f (diff) | |
parent | eabad160152f5bf6e7dd442de46b135a1a59f75e (diff) | |
download | roflnauts-6d530ace4d6a445d3136cca180f54f8add3d81fc.zip roflnauts-6d530ace4d6a445d3136cca180f54f8add3d81fc.tar.gz roflnauts-6d530ace4d6a445d3136cca180f54f8add3d81fc.tar.bz2 |
Merge branch 'icons'
Diffstat (limited to 'config/maps/404.lua')
-rw-r--r-- | config/maps/404.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/maps/404.lua b/config/maps/404.lua index 44b6c93..6a5b218 100644 --- a/config/maps/404.lua +++ b/config/maps/404.lua @@ -2,7 +2,7 @@ return { name = "AI Station 404", theme = "404.ogg", - portrait = 8, -- TODO: See `maps/ribbit`. + portrait = "assets/maps/404.png", center = {x = 0, y = 0}, width = 360, height = 240, @@ -48,4 +48,4 @@ return platform = "404-small" } } -}
\ No newline at end of file +} |