diff options
author | Aki <nthirtyone@gmail.com> | 2017-01-13 16:54:23 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-01-13 16:54:23 +0100 |
commit | 7e94afeff5f8c11f9dece2c14e4b988a407d7059 (patch) | |
tree | 7bc52b7905e18384d4a71e3ad4676935e9568e59 /maps/default.lua | |
parent | 493a89fb354ee6ce667d29a7b96bb4fdd0f6697f (diff) | |
download | roflnauts-7e94afeff5f8c11f9dece2c14e4b988a407d7059.zip roflnauts-7e94afeff5f8c11f9dece2c14e4b988a407d7059.tar.gz roflnauts-7e94afeff5f8c11f9dece2c14e4b988a407d7059.tar.bz2 |
Updated themes and Aiguillon design
Diffstat (limited to 'maps/default.lua')
-rw-r--r-- | maps/default.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/default.lua b/maps/default.lua index 7f4df7a..12f1ef2 100644 --- a/maps/default.lua +++ b/maps/default.lua @@ -2,7 +2,7 @@ return { -- GENERAL name = "default", - theme = "sorona.ogg", + theme = "sorona.mp3", center_x = 0, center_y = 0, width = 360, |