Skip to content

Commit

Permalink
Commenting
Browse files Browse the repository at this point in the history
Adding comments to distinguish between each item.
  • Loading branch information
FelesNoctis committed Jan 8, 2022
1 parent ee331c3 commit 4197cea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MAPINFO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ clearepisodes
// CORE EPISODES
//

// Doom 1: E1M1
episode E1M1
{
picname = "M_EPI1"
Expand All @@ -16,6 +17,7 @@ episode E1M1
optional
}

// Doom 1: E2M1
episode E2M1
{
picname = "M_EPI2"
Expand All @@ -24,6 +26,7 @@ episode E2M1
optional
}

// Doom 1: E3M1
episode E3M1
{
picname = "M_EPI3"
Expand All @@ -32,6 +35,7 @@ episode E3M1
optional
}

// Doom 1: E4M1
episode E4M1
{
picname = "M_EPI4"
Expand All @@ -40,6 +44,7 @@ episode E4M1
optional
}

// Doom 1: E5M1 (Sigil)
episode E5M1
{
picname = "M_EPI5"
Expand All @@ -48,6 +53,7 @@ episode E5M1
optional
}

// Doom 2: Hell on Earth
episode MAP01
{
//picname = "M_HELL"
Expand All @@ -56,6 +62,7 @@ episode MAP01
optional
}

// Doom 2: NERVE
episode level01
{
picname = "M_NOREST"
Expand All @@ -64,6 +71,7 @@ episode level01
optional
}

// Doom 2: NERVE (Wadsmoosh)
episode NV_MAP01
{
picname = "M_NOREST"
Expand All @@ -72,6 +80,7 @@ episode NV_MAP01
optional
}

// Doom 2: Master Levels (Wadsmoosh)
episode ML_MAP01
{
picname = "M_MASTER"
Expand Down Expand Up @@ -114,6 +123,7 @@ episode dante25
optional
}

// Doom 2: TNT Evilution
episode TN_MAP01
{
picname = "M_TNT"
Expand All @@ -122,6 +132,7 @@ episode TN_MAP01
optional
}

// Doom 2: Plutonia Experiment
episode PL_MAP01
{
picname = "M_PLUT"
Expand Down

0 comments on commit 4197cea

Please sign in to comment.