diff --git a/src/app/App.tsx b/src/app/App.tsx index 1704d666..08b13446 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6306,7 +6306,7 @@ export function App({ store, initialStatusMessage }: AppProps) { }; const handlePlayerStartGamepadActionBindingChange = ( - action: PlayerStartLocomotionAction, + action: PlayerStartLocomotionAction | PlayerStartSystemAction, nextBinding: PlayerStartGamepadActionBinding ) => { const nextBindings = createPlayerStartInputBindings({ @@ -15935,6 +15935,67 @@ export function App({ store, initialStatusMessage }: AppProps) { ))} + {PLAYER_START_SYSTEM_ACTIONS.map((action) => ( +
+ + +
+ ))} +