summaryrefslogtreecommitdiffhomepage
path: root/maps
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-08-05 17:30:34 +0200
committerAki <nthirtyone@gmail.com>2016-08-05 17:30:34 +0200
commita63e57ff889cf1528c6b96aa82f2798bf399de0b (patch)
tree62e9e5b9923eb79b682107cb2997eb33f6939089 /maps
parent7797cbb04649ad7311d89d7fc081db3a1a490ac3 (diff)
downloadroflnauts-a63e57ff889cf1528c6b96aa82f2798bf399de0b.zip
roflnauts-a63e57ff889cf1528c6b96aa82f2798bf399de0b.tar.gz
roflnauts-a63e57ff889cf1528c6b96aa82f2798bf399de0b.tar.bz2
Map themes added
Diffstat (limited to 'maps')
-rw-r--r--maps/default.lua1
-rw-r--r--maps/ribbit.lua1
-rw-r--r--maps/rill.lua7
3 files changed, 6 insertions, 3 deletions
diff --git a/maps/default.lua b/maps/default.lua
index fe7db97..7f4df7a 100644
--- a/maps/default.lua
+++ b/maps/default.lua
@@ -2,6 +2,7 @@
return {
-- GENERAL
name = "default",
+ theme = "sorona.ogg",
center_x = 0,
center_y = 0,
width = 360,
diff --git a/maps/ribbit.lua b/maps/ribbit.lua
index 3480845..f6908e7 100644
--- a/maps/ribbit.lua
+++ b/maps/ribbit.lua
@@ -1,6 +1,7 @@
return {
-- GENERAL
name = "ribbit",
+ theme = "sorona.ogg",
center_x = 0,
center_y = 50,
width = 360,
diff --git a/maps/rill.lua b/maps/rill.lua
index 4d2698a..59c34ca 100644
--- a/maps/rill.lua
+++ b/maps/rill.lua
@@ -1,10 +1,11 @@
return {
-- CENTER AND SIZE
name = "rill",
+ theme = "rill.ogg",
center_x = 0,
- center_y = 80,
- width = 320,
- height = 240,
+ center_y = 65,
+ width = 400,
+ height = 260,
-- RESPAWN POINTS
respawns = {
{x = -135, y = 10},