This commit is contained in:
2025-12-08 00:18:56 +01:00
parent b36cc981d6
commit 7834aee111
10 changed files with 466 additions and 43 deletions

View File

@@ -54,7 +54,10 @@ const config = {
roundPixels: true,
transparent: false,
clearBeforeRender: true,
powerPreference: 'high-performance'
powerPreference: 'high-performance',
// Eksplicitna NEAREST_NEIGHBOR filtracija
mipmapFilter: 'LINEAR_MIPMAP_LINEAR',
batchSize: 4096
},
physics: {
default: 'arcade',
@@ -70,6 +73,10 @@ const config = {
},
input: {
gamepad: true
},
fps: {
target: 60,
forceSetTimeOut: false
}
};