summaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-13 03:55:59 +0200
committerAki <nthirtyone@gmail.com>2017-09-13 03:55:59 +0200
commitf15ace4d5b9f62b6288a2b6750bc48159ebebe00 (patch)
tree217aae396c673cc3a037207ec9cb3587f6965f7b /config
parent534f8f925a5fe389fec15d147b495c416b5b7e77 (diff)
downloadroflnauts-f15ace4d5b9f62b6288a2b6750bc48159ebebe00.zip
roflnauts-f15ace4d5b9f62b6288a2b6750bc48159ebebe00.tar.gz
roflnauts-f15ace4d5b9f62b6288a2b6750bc48159ebebe00.tar.bz2
CloudGenerator is now treated as Entity
Diffstat (limited to 'config')
-rw-r--r--config/maps/default.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/maps/default.lua b/config/maps/default.lua
index a11c503..ebfcbb8 100644
--- a/config/maps/default.lua
+++ b/config/maps/default.lua
@@ -12,9 +12,11 @@ return
{x = 5, y = -80},
{x = 15, y = -80}
},
- clouds = true,
create = {
{
+ clouds = true
+ },
+ {
ratio = 0,
background = "assets/backgrounds/default.png"
},