add "dead" button

This commit is contained in:
Viktor Rådberg
2023-08-30 12:38:04 +02:00
parent 8219d36e01
commit 9abadc1f38
10 changed files with 158 additions and 89 deletions

View File

@@ -1,8 +1,8 @@
import { Checkbox } from '@mui/material';
import styled, { css } from 'styled-components';
import { useWakeLock } from '../../Data/useWakeLock';
import { Energy, Experience, PartnerTax, Poison } from '../../Icons/generated';
import { Player, Rotation } from '../../Types/Player';
import { useWakeLock } from 'react-screen-wake-lock';
type SettingsProps = {
player: Player;