Tweak settings & fix bug
This commit is contained in:
parent
99d923c221
commit
d746854307
5 changed files with 15 additions and 13 deletions
|
|
@ -25,10 +25,10 @@ export const settings = {
|
|||
planetPointGenerationInterval: 1.5,
|
||||
planetPointGenerationValue: 1,
|
||||
maxGravityDistance: 800,
|
||||
maxGravityQ: 10000,
|
||||
maxGravityQ: 5000,
|
||||
planetControlThreshold: 0.2,
|
||||
playerMaxHealth: 100,
|
||||
maxGravityStrength: 20000,
|
||||
maxGravityStrength: 10000,
|
||||
maxAcceleration: 60000,
|
||||
playerMaxStrength: 80,
|
||||
endGameDeltaScaling: 4,
|
||||
|
|
@ -111,7 +111,7 @@ export const settings = {
|
|||
},
|
||||
palette: [declaColor, neutralColor, redColor],
|
||||
paletteDim: [declaColorDim, neutralColor, redColorDim],
|
||||
targetPhysicsDeltaTimeInMilliseconds: 20,
|
||||
targetPhysicsDeltaTimeInMilliseconds: 15,
|
||||
minPhysicsSleepTime: 4,
|
||||
inViewAreaSize: 1920 * 1080 * 3,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue