Sweeper
All checks were successful
Build Dusk / run-tests (push) Successful in 1m28s
Build Dusk / build-linux (push) Successful in 1m33s
Build Dusk / build-psp (push) Successful in 1m53s
Build Dusk / build-dolphin (push) Successful in 2m19s

This commit is contained in:
2026-02-10 21:06:09 -06:00
parent e1f08b07aa
commit b37e5f45ca
13 changed files with 374 additions and 32 deletions

View File

@@ -48,7 +48,12 @@ else
inputBind("q", INPUT_ACTION_CANCEL)
inputBind("escape", INPUT_ACTION_RAGEQUIT)
end
end
if INPUT_POINTER then
inputBind("mouse_x", INPUT_ACTION_POINTERX)
inputBind("mouse_y", INPUT_ACTION_POINTERY)
end
end
localeSet(DUSK_LOCALE_EN_US)