mesano
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user