Thing Reader

Reads things from the WAD file.
This commit is contained in:
2025-04-07 19:09:33 -04:00
parent 76358caaff
commit 569265f414
8 changed files with 107 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ impl WADFile {
"VERTEXES" => LumpType::Vertex,
"LINEDEFS" => LumpType::Linedef,
"SIDEDEFS" => LumpType::Sidedef,
"THINGS" => LumpType::Thing,
_ => LumpType::Unknown,
};
lump_dir.push(Lump {