Add more editor mappings apparently

This commit is contained in:
Ethan O'Brien
2026-07-26 17:23:04 -05:00
parent 54bd50d721
commit d06aaae9ac

View File

@@ -154,7 +154,10 @@ pub fn parse_platform(header: &str) -> &str {
"windows" => "Windows", "windows" => "Windows",
"windowsplayer" => "Windows", "windowsplayer" => "Windows",
"webglplayer" => "WebGL", "webglplayer" => "WebGL",
"editor" => "Editor", "editor" => "Editor",
"windowseditor" => "Editor",
"osxeditor" => "Editor",
"linuxeditor" => "Editor",
_ => panic!("Unknown platform: {header}"), _ => panic!("Unknown platform: {header}"),
} }
} }