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

added world map

This commit is contained in:
grilledham 2018-06-27 17:14:56 +01:00
parent 7adae5907d
commit f88aa91d8b
4 changed files with 2683 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
local b = require 'map_gen.shared.builders'
local pic = require 'map_gen.data.presets.world-map'
local map = b.picture(pic)
map = b.single_x_pattern(map, pic.width)
return map

View File

@ -66,6 +66,7 @@ local tiles_per_tick = 32
--shape = require "map_gen.presets.beach"
--shape = require "map_gen.presets.factory"
--shape = require "map_gen.presets.triangle_of_death"
--shape = require "map_gen.presets.world_map"
--shape = require "map_gen.presets.test"
--shapes--