diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-14 02:00:25 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-14 02:00:25 +0200 |
commit | 0683801b16574808a6ece3e16bc413c02163ebc8 (patch) | |
tree | e8ecbe1cd6fb1ace3ebaed324f8e383a91b2409e /maps/starstorm.lua | |
parent | 47e355f0f3262fcba84c9f9ee0c759c47dcfd4f5 (diff) | |
download | roflnauts-0683801b16574808a6ece3e16bc413c02163ebc8.zip roflnauts-0683801b16574808a6ece3e16bc413c02163ebc8.tar.gz roflnauts-0683801b16574808a6ece3e16bc413c02163ebc8.tar.bz2 |
centers moved up as hotfixv1.0-pre.3
Diffstat (limited to 'maps/starstorm.lua')
-rw-r--r-- | maps/starstorm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/starstorm.lua b/maps/starstorm.lua index 3dc1b9e..0540009 100644 --- a/maps/starstorm.lua +++ b/maps/starstorm.lua @@ -3,7 +3,7 @@ return { name = "starstorm", theme = "starstorm.ogg", center_x = 0, - center_y = -5, + center_y = -20, width = 400, height = 260, -- RESPAWN POINTS |