diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 13:09:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 13:09:34 +0200 |
commit | f632a32132fd036a457513c833aafb843e077921 (patch) | |
tree | f45a949be24eafecd56d93ddc5a421d97e1c71bf | |
parent | 317a358046830e6c23dce5d133880e8f86a5526f (diff) | |
download | hurrycurry-f632a32132fd036a457513c833aafb843e077921.tar hurrycurry-f632a32132fd036a457513c833aafb843e077921.tar.bz2 hurrycurry-f632a32132fd036a457513c833aafb843e077921.tar.zst |
reenable wayland. it doesnt work
-rw-r--r-- | client/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index 64e4aa2e..ec53efd8 100644 --- a/client/project.godot +++ b/client/project.godot @@ -28,6 +28,7 @@ DisableWrongJoypads="*res://disable_wrong_joypads.gd" window/stretch/mode="canvas_items" window/stretch/aspect="expand" +display_server/driver.linuxbsd="wayland" [input] |