free placement

This commit is contained in:
wass08
2026-02-17 13:22:17 +09:00
parent a5dc766b1a
commit 101db7b34d
2 changed files with 33 additions and 8 deletions
@@ -13,6 +13,10 @@ export function ItemHelper({ showEsc }: ItemHelperProps) {
<kbd className="rounded bg-muted px-2 py-1 text-xs font-medium">T</kbd>
<span className="text-muted-foreground">Rotate clockwise</span>
</div>
<div className="flex items-center gap-2 text-sm">
<kbd className="rounded bg-muted px-2 py-1 text-xs font-medium">Shift</kbd>
<span className="text-muted-foreground">Free place</span>
</div>
{showEsc && (
<div className="flex items-center gap-2 text-sm">
<kbd className="rounded bg-muted px-2 py-1 text-xs font-medium">Esc</kbd>