mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
added description and RS for crosses3 map.
tested in SP, everything loads as intended.
This commit is contained in:
parent
15735f0b07
commit
e5e0377d3d
@ -1,4 +1,16 @@
|
||||
--TODO:
|
||||
--Make sure all resources are found in the starting area, regardless of coverup due to void.
|
||||
--Small parts of the map are unreachable due to void and the pattern - unsure to fix or leave.
|
||||
-- -Orange 27 May 2019
|
||||
|
||||
local b = require "map_gen.shared.builders"
|
||||
local RS = require 'map_gen.shared.redmew_surface'
|
||||
local ScenarioInfo = require 'features.gui.info'
|
||||
|
||||
--Special thanks to the following beta testers for their help with the map and map info: T-A-R
|
||||
ScenarioInfo.set_map_name('Crosses 3')
|
||||
ScenarioInfo.set_map_description('Starting on the crossroads, you must choose wise to find a to escape.\nDo not get lost in this infinite maze of crosses.\nAnd careful not to hurt your neck, since this time, the maze is slightly on an angle.')
|
||||
ScenarioInfo.add_map_extra_info('Confined, but predicatable space provides a moderate challenge.')
|
||||
|
||||
local scale_factor = 64
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user