[feat] add editor launch option

This commit is contained in:
MathieuG-P
2024-12-22 16:28:33 +01:00
parent 35d1623e8b
commit a45af5baee
15 changed files with 71 additions and 35 deletions
@@ -5,6 +5,7 @@ export const LaunchMods = {
FPFC: "fpfc",
DEBUG: "debug",
SKIP_STEAM: "skip_steam",
EDITOR: "editor",
} as const;
export type LaunchMod = typeof LaunchMods[keyof typeof LaunchMods];