mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-20 09:48:00 +00:00
show starting player
This commit is contained in:
@@ -20,6 +20,8 @@ export type GlobalSettingsContextType = {
|
||||
setShowPlay: (showPlay: boolean) => void;
|
||||
initialGameSettings: InitialSettings | null;
|
||||
setInitialGameSettings: (initialGameSettings: InitialSettings) => void;
|
||||
showStartingPlayer: boolean;
|
||||
setShowStartingPlayer: (showStartingPlayer: boolean) => void;
|
||||
};
|
||||
|
||||
export const GlobalSettingsContext =
|
||||
|
||||
Reference in New Issue
Block a user