feat: add restart button
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
c06553fb74
commit
89a53862d9
5 changed files with 151 additions and 79 deletions
|
@ -4,9 +4,12 @@ export interface GameOptions {
|
|||
tram: boolean;
|
||||
}
|
||||
|
||||
export interface GameData {
|
||||
export interface MapData {
|
||||
lines: [GeoJSON.Feature, string][];
|
||||
stops: [number, number][];
|
||||
}
|
||||
|
||||
export interface GameData {
|
||||
stopName: string;
|
||||
gameId: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue