Add more improvements

This commit is contained in:
schmelczerandras 2020-09-16 14:45:08 +02:00
parent e1c74a8054
commit bc16bdd62e
29 changed files with 288 additions and 160 deletions

View file

@ -1,5 +1,4 @@
export const settings = {
enableHighDpiRendering: true,
qualityScaling: {
targetDeltaTimeInMilliseconds: 20,
deltaTimeError: 2,
@ -48,11 +47,4 @@ export const settings = {
multiplicativeDecrease: 1.05,
},
},
tileMultiplier: 8,
shaderMacros: {},
shaderCombinations: {
circleLightSteps: [0, 1],
circleSteps: [0, 1, 16],
flashlightSteps: [0, 1],
},
};