summaryrefslogtreecommitdiffhomepage
path: root/config/maps/404.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-22 19:38:39 +0200
committerAki <nthirtyone@gmail.com>2017-09-22 19:38:39 +0200
commit6d530ace4d6a445d3136cca180f54f8add3d81fc (patch)
tree0dd6d7b0ffe24a8f9962d71ef6c3bfc572871ce1 /config/maps/404.lua
parentc4524ee39e0ff90bde0df0ce7a0c14f74eeb152f (diff)
parenteabad160152f5bf6e7dd442de46b135a1a59f75e (diff)
downloadroflnauts-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.lua4
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
+}