mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-24 03:32:43 +00:00
- added proper string labels for Doom 2 episodes.
This commit is contained in:
parent
5bf2a26b82
commit
6071cf66cc
3 changed files with 5 additions and 5 deletions
|
@ -9,14 +9,14 @@ gameinfo
|
|||
clearepisodes
|
||||
episode map01
|
||||
{
|
||||
name = "Hell On Earth"
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
||||
episode level01
|
||||
{
|
||||
name = "No Rest for the Living"
|
||||
name = "$TXT_D2E2"
|
||||
picname = "M_EPI2"
|
||||
key = "n"
|
||||
optional
|
||||
|
|
|
@ -9,7 +9,7 @@ gameinfo
|
|||
clearepisodes
|
||||
episode map01
|
||||
{
|
||||
name = "Hell On Earth"
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
|
|
@ -4,14 +4,14 @@ include "mapinfo/doom2.txt"
|
|||
clearepisodes
|
||||
episode map01
|
||||
{
|
||||
name = "Hell On Earth"
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
||||
episode level01
|
||||
{
|
||||
name = "No Rest for the Living"
|
||||
name = "$TXT_D2E2"
|
||||
picname = "M_EPI2"
|
||||
key = "n"
|
||||
optional
|
||||
|
|
Loading…
Reference in a new issue