Skip to content

Commit

Permalink
feat: start on ShootingRange
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Dec 2, 2024
1 parent 33c0fbb commit 0997e2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,13 @@ export function Options({ thicknessRange, canvas }: OptionsProps) {
</Flex>
</Tooltip>
</SegmentedControl.Item>
<SegmentedControl.Item value={`${TankopediaDisplay.ShootingRange}`}>
<Tooltip content="Shooting range">
<Flex height="100%" align="center">
<img src={imgur('q8ZPfzG')} style={{ height: '1.25em' }} />
</Flex>
</Tooltip>
</SegmentedControl.Item>
</SegmentedControl.Root>

<DropdownMenu.Root>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ export enum TankopediaDisplay {
Model,
DynamicArmor,
StaticArmor,
ShootingRange,
}

0 comments on commit 0997e2b

Please sign in to comment.