diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-22 22:21:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-22 22:21:05 +0200 |
commit | f0d20bb0667f9bafd0075fd506e2a0b40e84e869 (patch) | |
tree | 879e67a4b235373f760f581e82b6ff1f0c60dcde /config/maps/starstorm.lua | |
parent | bad3e12962e2c7040090ec678d3ed6cfd5586288 (diff) | |
download | roflnauts-f0d20bb0667f9bafd0075fd506e2a0b40e84e869.zip roflnauts-f0d20bb0667f9bafd0075fd506e2a0b40e84e869.tar.gz roflnauts-f0d20bb0667f9bafd0075fd506e2a0b40e84e869.tar.bz2 |
Maps can be unavailable now too; changed loadConfigs to reflect that
Diffstat (limited to 'config/maps/starstorm.lua')
-rw-r--r-- | config/maps/starstorm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/maps/starstorm.lua b/config/maps/starstorm.lua index bb35a08..3062b54 100644 --- a/config/maps/starstorm.lua +++ b/config/maps/starstorm.lua @@ -3,6 +3,7 @@ return name = "Starstorm", theme = "starstorm.ogg", portrait = "assets/maps/starstorm.png", + available = true, center = {x = 0, y = -20}, width = 400, height = 260, |