mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
5182e21607
Playable version 0.1
10 lines
250 B
Lua
10 lines
250 B
Lua
local ScenarioInfo = require 'features.gui.info'
|
|
|
|
ScenarioInfo.set_map_name('Space Race')
|
|
ScenarioInfo.set_map_description('World at War! This is not a cold war, it is a radioative hot war')
|
|
ScenarioInfo.add_map_extra_info(
|
|
[[
|
|
Version: v0.1
|
|
]]
|
|
)
|