diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/maps/ribbit.lua | 2 | ||||
-rw-r--r-- | config/maps/starstorm.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/maps/ribbit.lua b/config/maps/ribbit.lua index 03076fa..0b01f09 100644 --- a/config/maps/ribbit.lua +++ b/config/maps/ribbit.lua @@ -1,6 +1,6 @@ return { - name = "ribbit", + name = "Ribbit IV", theme = "ribbit.ogg", portrait = 3, -- TODO: Either separate portraits now or change `iconsList` and `menu/host`. See also both mentioned files. center = {x = 0, y = 50}, diff --git a/config/maps/starstorm.lua b/config/maps/starstorm.lua index eaf488e..31e2d01 100644 --- a/config/maps/starstorm.lua +++ b/config/maps/starstorm.lua @@ -1,6 +1,6 @@ return { - name = "starstorm", + name = "Starstorm", theme = "starstorm.ogg", portrait = 4, -- TODO: See `maps/ribbit`. center = {x = 0, y = -20}, |