feat: split metro and tram
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
This commit is contained in:
parent
98967bc491
commit
a2c27899f7
7 changed files with 69 additions and 58 deletions
|
@ -1,7 +1,6 @@
|
|||
export interface GameOptions {
|
||||
mode: "easy" | "hard" | "extreme demon ultra miguel";
|
||||
metro: boolean;
|
||||
tram: boolean;
|
||||
stopsType: "metro" | "tram";
|
||||
}
|
||||
|
||||
export interface MapData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue