fix forearm length

This commit is contained in:
wassname
2018-11-30 20:47:24 +08:00
parent 2cf6d95118
commit 61f74cda20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ config = {
max_zoom_factor: 130,
min_motor_speed: -2,
max_motor_speed: 2,
population_size: 1,
population_size: 4,
walker_health: 100,
max_floor_tiles: 50,
round_length: 1000,
+1 -1
View File
@@ -64,7 +64,7 @@ Walker.prototype.__constructor = function(world) {
arm_width: 0.12,
arm_length: 0.37,
forearm_width: 0.1,
forearm_length: 0.42,
forearm_length: 0.30,
hand_height: 0.08,
hand_length: 0.18,
}