mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 06:58:00 +00:00
wip done
This commit is contained in:
@@ -1,8 +1,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';
|
||||
import StartMenu from './Views/StartMenu/StartMenu';
|
||||
import { Play } from './Views/Play';
|
||||
|
||||
const StartWrapper = styled.div`
|
||||
max-width: fit-content;
|
||||
@@ -36,8 +35,7 @@ export const LifeTrinket = () => {
|
||||
<>
|
||||
{showPlay && initialGameSettings ? (
|
||||
<PlayWrapper>
|
||||
{/* <Play gridAreas={initialGameSettings?.gridAreas} /> */}
|
||||
<Play2 />
|
||||
<Play />
|
||||
<EmergencyResetButton onClick={goToStart}>
|
||||
<p>If you can see this, something is wrong.</p>
|
||||
<p>Press screen to go to start.</p>
|
||||
|
||||
Reference in New Issue
Block a user