diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-13 04:37:07 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-13 04:37:07 +0200 |
commit | ed16d208863944f64ce42298132597345cb749bb (patch) | |
tree | 7b026657916a1499395d5e4d9d4ca665a9ff666e /config/maps | |
parent | d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32 (diff) | |
download | roflnauts-ed16d208863944f64ce42298132597345cb749bb.zip roflnauts-ed16d208863944f64ce42298132597345cb749bb.tar.gz roflnauts-ed16d208863944f64ce42298132597345cb749bb.tar.bz2 |
Clouds are now counted, their number is limited and can be configured
Diffstat (limited to 'config/maps')
-rw-r--r-- | config/maps/default.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/maps/default.lua b/config/maps/default.lua index 8bb5ebc..6acc577 100644 --- a/config/maps/default.lua +++ b/config/maps/default.lua @@ -15,7 +15,8 @@ return create = { { clouds = "assets/clouds.png", - animations = "clouds-default" + animations = "clouds-default", + count = 8 }, { ratio = 0, |