This commit is contained in:
Anuken
2026-07-10 21:40:51 -04:00
parent 439799ce8f
commit ff1bcdef35
2 changed files with 5 additions and 1 deletions

View File

@@ -509,6 +509,10 @@ public class DesktopInput extends InputHandler{
pollInputPlayer();
}
if(Core.input.keyRelease(Binding.select)){
player.shooting = false;
}
if(!Core.scene.hasMouse() && !ui.minimapfrag.shown()){
Core.graphics.cursor(cursorType);
changedCursor = cursorType != SystemCursor.arrow;

View File

@@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false
archash=6a97615f6f
archash=a0fc357fb1