add tracking

This commit is contained in:
Viktor Rådberg
2023-08-26 21:52:36 +02:00
parent 3d8d7525d0
commit 1d6847b8c4
10 changed files with 509 additions and 161 deletions

View File

@@ -1,13 +1,12 @@
import { useEffect, useState } from 'react';
import styled from 'styled-components';
import { css, keyframes } from 'styled-components';
import styled, { css, keyframes } from 'styled-components';
import { Player, Rotation } from '../../Types/Player';
import LifeCounterButton from '../Buttons/LifeCounterButton';
import SettingsButton from '../Buttons/SettingsButton';
import CommanderDamageBar from '../Counters/CommanderDamageBar';
import ExtraCountersBar from '../Counters/ExtraCountersBar';
import PlayerMenu from '../PlayerMenu/PlayerMenu';
import { OutlinedText } from '../Misc/OutlinedText';
import PlayerMenu from '../PlayerMenu/PlayerMenu';
const LifeCounterContentWrapper = styled.div<{
backgroundColor: string;