correct kick controls
#1
by Burhan-Q - opened
- app/src/ui/TitleMenu.jsx +1 -1
app/src/ui/TitleMenu.jsx
CHANGED
|
@@ -52,7 +52,7 @@ const Kbd = styled("kbd")(({ round }) => ({
|
|
| 52 |
const TILES = {
|
| 53 |
kb: [
|
| 54 |
{ caps: "cluster-arrows", name: "Move", hint: "arrows or ZQSD" },
|
| 55 |
-
{ caps: ["
|
| 56 |
{ caps: ["R"], name: "Sit", hint: "tap again to stand" },
|
| 57 |
{ caps: ["G"], name: "Pick up", hint: "beak to the ground" },
|
| 58 |
{ caps: ["C"], name: "Camera", hint: "toggle chase" },
|
|
|
|
| 52 |
const TILES = {
|
| 53 |
kb: [
|
| 54 |
{ caps: "cluster-arrows", name: "Move", hint: "arrows or ZQSD" },
|
| 55 |
+
{ caps: ["Q", "E"], name: "Kick", hint: "left / right" },
|
| 56 |
{ caps: ["R"], name: "Sit", hint: "tap again to stand" },
|
| 57 |
{ caps: ["G"], name: "Pick up", hint: "beak to the ground" },
|
| 58 |
{ caps: ["C"], name: "Camera", hint: "toggle chase" },
|