diff options
author | tpart <tpart120@proton.me> | 2024-10-06 18:13:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-06 18:13:27 +0200 |
commit | 9d1fccd5dc1d33b07349ceb24f22fbf5de9a9368 (patch) | |
tree | 333a30d5e563ca37312db71e4c5376c0397169d4 | |
parent | 37b9d28db3b78aed0fc9ef2c05dc2dd768cbd9c8 (diff) | |
download | hurrycurry-dist-extra-9d1fccd5dc1d33b07349ceb24f22fbf5de9a9368.tar hurrycurry-dist-extra-9d1fccd5dc1d33b07349ceb24f22fbf5de9a9368.tar.bz2 hurrycurry-dist-extra-9d1fccd5dc1d33b07349ceb24f22fbf5de9a9368.tar.zst |
Add note about touch support on wayland
-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 |