mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-09 11:33:20 +08:00
fix forearm length
This commit is contained in:
+1
-1
@@ -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
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user