refactor: adjust freqs

This commit is contained in:
cha0s 2019-04-23 16:59:17 -05:00
parent 82c2961e8e
commit db4b09d598

View File

@ -103,8 +103,8 @@ export default class Game {
readConfig() {
return {
informInterval: 1 / 40,
simulationInterval: 1 / 80,
informInterval: 1 / 60,
simulationInterval: 1 / 60,
};
}