From af8cb591ff272bd611aa303d41c2fb785bfa31d3 Mon Sep 17 00:00:00 2001 From: grilledham Date: Sun, 4 Feb 2018 22:11:46 +0000 Subject: [PATCH] added maps --- map_layout.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map_layout.lua b/map_layout.lua index 1606cc54..e4e7d35f 100644 --- a/map_layout.lua +++ b/map_layout.lua @@ -44,6 +44,8 @@ in this file and your run_*type*_module(event) function will be called. --MAP_GEN = require "map_gen.presets.gears" --MAP_GEN = require "map_gen.presets.factorio_logo" --MAP_GEN = require "map_gen.presets.factorio_logo2" +MAP_GEN = require "map_gen.presets.hearts" +--MAP_GEN = require "map_gen.presets.woman" --shapes-- --require "map_gen.shape.left"