mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
8bb36bd479
Their content is inconsistent across versions, so better always use the text version of the names.
21 lines
205 B
Text
21 lines
205 B
Text
// MAPINFO for Doom 2: 2019 Edition
|
|
include "mapinfo/doom2.txt"
|
|
|
|
gameinfo
|
|
{
|
|
|
|
}
|
|
|
|
clearepisodes
|
|
episode map01
|
|
{
|
|
name = "$TXT_D2E1"
|
|
key = "h"
|
|
}
|
|
|
|
episode level01
|
|
{
|
|
name = "$TXT_D2E2"
|
|
key = "n"
|
|
optional
|
|
}
|