Update input labels to include mouse binding information

This commit is contained in:
2026-04-27 15:40:09 +02:00
parent 267ca6b262
commit 247a16ba6d

View File

@@ -21748,7 +21748,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
>
<label className="form-field">
<span className="label">
{getPlayerStartInputActionLabel(action)} Key
{getPlayerStartInputActionLabel(action)} Key / Mouse
</span>
<button
type="button"
@@ -21809,7 +21809,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
>
<label className="form-field">
<span className="label">
{getPlayerStartInputActionLabel(action)} Key
{getPlayerStartInputActionLabel(action)} Key / Mouse
</span>
<button
type="button"
@@ -21870,7 +21870,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
>
<label className="form-field">
<span className="label">
{getPlayerStartInputActionLabel(action)} Key
{getPlayerStartInputActionLabel(action)} Key / Mouse
</span>
<button
type="button"