diff options
-rw-r--r-- | org.metamuffin.hurrycurry.client.metainfo.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/org.metamuffin.hurrycurry.client.metainfo.xml b/org.metamuffin.hurrycurry.client.metainfo.xml index b61aa28..6ab1465 100644 --- a/org.metamuffin.hurrycurry.client.metainfo.xml +++ b/org.metamuffin.hurrycurry.client.metainfo.xml @@ -36,12 +36,17 @@ Keyboard Controls: Move character with WASD. Move camera with arrow keys. Interact with Space or J. Boost with Left Shift or K. Open/close menus with Escape. Press Enter to open chat. Reset view with R. </p> - <p> Controller support is currently disabled by default due to Flathub limitations. To - enable it, run <code>sudo flatpak override --device=input - org.metamuffin.hurrycurry.client</code>. Controller Controls: Move character with Left + <p> + Controller support is currently disabled by default due to Flathub limitations. To + enable it, run + <code>flatpak override --device=input org.metamuffin.hurrycurry.client</code>. + Controller Controls: Move character with Left Stick. Move camera with Right Stick. Interact with A, Boost with B, Open/close menus with Menu button. Use keyboard for chat. Reset view with Y. </p> <p> + Touch support is currently unavailable on Wayland due to Godot limitations. To enable it, run + <code>flatpak override --nosocket=wayland org.metamuffin.hurrycurry.client</code>. </p> + <p> Game developed by nokoe, metamuffin, tpart. Special thanks to RustyStriker for playtesting and technical assistance. Thanks to Sofviic for most of the maps. @@ -240,4 +245,4 @@ <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0</url> </release> </releases> -</component> +</component>
\ No newline at end of file |