summaryrefslogtreecommitdiffhomepage
path: root/maps
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-01-13 18:36:17 +0100
committerAki <nthirtyone@gmail.com>2017-01-13 18:36:17 +0100
commit1cbc419be94439ea1c18c595f12582c8ad75c234 (patch)
treeeba3e5b11d9f9516bc7ece76a986039883952ef7 /maps
parent25947c73d73537f4f380e18f2b12415c6beb7995 (diff)
downloadroflnauts-1cbc419be94439ea1c18c595f12582c8ad75c234.zip
roflnauts-1cbc419be94439ea1c18c595f12582c8ad75c234.tar.gz
roflnauts-1cbc419be94439ea1c18c595f12582c8ad75c234.tar.bz2
Right, converted...
Diffstat (limited to 'maps')
-rw-r--r--maps/aiguillon.lua2
-rw-r--r--maps/default.lua2
-rw-r--r--maps/ribbit.lua2
-rw-r--r--maps/rill.lua2
-rw-r--r--maps/starstorm.lua2
5 files changed, 5 insertions, 5 deletions
diff --git a/maps/aiguillon.lua b/maps/aiguillon.lua
index 117d4fc..40d3928 100644
--- a/maps/aiguillon.lua
+++ b/maps/aiguillon.lua
@@ -1,7 +1,7 @@
return {
-- CENTER AND SIZE
name = "aiguillon",
- theme = "aiguillon.mp3",
+ theme = "aiguillon.ogg",
center_x = 0,
center_y = 10,
width = 370,
diff --git a/maps/default.lua b/maps/default.lua
index 12f1ef2..7f4df7a 100644
--- a/maps/default.lua
+++ b/maps/default.lua
@@ -2,7 +2,7 @@
return {
-- GENERAL
name = "default",
- theme = "sorona.mp3",
+ theme = "sorona.ogg",
center_x = 0,
center_y = 0,
width = 360,
diff --git a/maps/ribbit.lua b/maps/ribbit.lua
index a3d9b66..8b497b4 100644
--- a/maps/ribbit.lua
+++ b/maps/ribbit.lua
@@ -1,7 +1,7 @@
return {
-- GENERAL
name = "ribbit",
- theme = "ribbit.mp3",
+ theme = "ribbit.ogg",
center_x = 0,
center_y = 50,
width = 360,
diff --git a/maps/rill.lua b/maps/rill.lua
index 29faf13..59c34ca 100644
--- a/maps/rill.lua
+++ b/maps/rill.lua
@@ -1,7 +1,7 @@
return {
-- CENTER AND SIZE
name = "rill",
- theme = "rill.mp3",
+ theme = "rill.ogg",
center_x = 0,
center_y = 65,
width = 400,
diff --git a/maps/starstorm.lua b/maps/starstorm.lua
index ac241a9..0540009 100644
--- a/maps/starstorm.lua
+++ b/maps/starstorm.lua
@@ -1,7 +1,7 @@
return {
-- CENTER AND SIZE
name = "starstorm",
- theme = "starstorm.mp3",
+ theme = "starstorm.ogg",
center_x = 0,
center_y = -20,
width = 400,