mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
style fixes
This commit is contained in:
parent
fff554c3d3
commit
2dee28d022
4 changed files with 5 additions and 20 deletions
|
|
@ -17,20 +17,6 @@ export interface AnalyseProps {
|
|||
parser: AsyncParser;
|
||||
}
|
||||
|
||||
export interface AnalyseState {
|
||||
worldSize: {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
backgroundBoundaries: WorldBoundaries;
|
||||
tick: number;
|
||||
playing: boolean;
|
||||
scale: number;
|
||||
error?: string;
|
||||
isShared: boolean;
|
||||
}
|
||||
|
||||
|
||||
export const Analyser = (props: AnalyseProps) => {
|
||||
const parser = props.parser;
|
||||
const intervalPerTick = props.header.interval_per_tick;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue