1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

added clean version of "plus" map

This commit is contained in:
Rickeyhb 2018-04-12 22:00:30 +02:00 committed by GitHub
parent 15c5391afd
commit f80bb69665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,3 @@
--map_gen_decoratives = false -- Generate our own decoratives
--map_gen_rows_per_tick = 4 -- Inclusive integer between 1 and 32. Used for map_gen_threaded, higher numbers will generate map quicker but cause more lag.
--
---- Recommend to use generate, but generate_not_threaded may be useful for testing / debugging.
----require "map_gen.shared.generate_not_threaded"
--require "map_gen.shared.generate"
--
--local pic = require "map_gen.data.presets.plus"
--local pic = decompress(pic)
--local map = picture_builder(pic)
--
---- this changes the size of the map
----map = scale(map, 2, 2)
--
---- this moves the map, effectively changing the spawn point.
----map = translate(map, 0, -200)
--
---- this sets the tile outside the bounds of the map to deepwater, remove this and it will be void.
----map = change_tile(map, false, "deepwater")
--
--return map
-- Recommend to use generate, but generate_not_threaded may be useful for testing / debugging.
require "map_gen.shared.generate_not_threaded"
--require "map_gen.shared.generate"