From 82ac7648a289d4dc32b37e56b4ce6c663cba12a9 Mon Sep 17 00:00:00 2001 From: wassname Date: Wed, 5 Dec 2018 07:21:15 +0800 Subject: [PATCH] misc --- src/js/config.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/js/config.js b/src/js/config.js index e5d3806..104b333 100644 --- a/src/js/config.js +++ b/src/js/config.js @@ -1,17 +1,17 @@ module.exports = { - time_step: 60, - simulation_fps: 60, - draw_fps: 30, - velocity_iterations: 8, - position_iterations: 3, - max_zoom_factor: 130, - min_motor_speed: -2, - max_motor_speed: 2, - population_size: 1, - walker_health: 100, - max_floor_tiles: 50, - round_length: 1000, - min_body_delta: 0, - min_leg_delta: 0.0, - action_repeat: 4, + time_step: 60, + simulation_fps: 60, + draw_fps: 30, + velocity_iterations: 8, + position_iterations: 3, + max_zoom_factor: 130, + min_motor_speed: -2, + max_motor_speed: 2, + population_size: 1, + walker_health: 100, + max_floor_tiles: 50, + round_length: 1000, + min_body_delta: 0, + min_leg_delta: 0, + action_repeat: 4 };