Closed vidup closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/pmndrs/racing-game/4pVqSHWVX7UXVLj1T8SxuABK8sec
✅ Preview: https://racing-game-git-fork-vidup-fun-pmndrs.vercel.app
Instead of adding different keys it would be better if they were user editable and we just save the state in localStorage or supabase. This will solve all other keyboard layouts as well.
Instead of adding different keys it would be better if they were user editable and we just save the state in localStorage or supabase. This will solve all other keyboard layouts as well.
Let's make an issue for that.
I thought we could add a few controls for Azerty users. So I added Z for forward & Q for left movements. I also added an indication of the new controls in the
Help.tsx
component so that users can see it when they launch the game.