summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,