This commit is contained in:
Viktor Rådberg
2023-12-24 15:15:32 +01:00
parent 47251b6f7b
commit ea2114e048
14 changed files with 7482 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ import styled from 'styled-components';
import Play from './Views/Play';
import StartMenu from './Views/StartMenu/StartMenu';
import { useGlobalSettings } from '../Hooks/useGlobalSettings';
import Play2 from '../Components2/Views/Play2';
const StartWrapper = styled.div`
max-width: fit-content;
@@ -35,7 +36,8 @@ export const LifeTrinket = () => {
<>
{showPlay && initialGameSettings ? (
<PlayWrapper>
<Play gridAreas={initialGameSettings?.gridAreas} />
{/* <Play gridAreas={initialGameSettings?.gridAreas} /> */}
<Play2 />
<EmergencyResetButton onClick={goToStart}>
<p>If you can see this, something is wrong.</p>
<p>Press screen to go to start.</p>