config.yaml 526B

12345678910111213141516171819202122232425262728293031
  1. core:
  2. cycle_duration: 0.25
  3. use_x_cores: 2
  4. terminals:
  5. sync: True
  6. game:
  7. look_around:
  8. frequency: 1
  9. engage:
  10. frequency: 1
  11. move:
  12. walk_ref_time: 3
  13. run_ref_time: 1
  14. crawl_ref_time: 10
  15. subject:
  16. tank1:
  17. global_move_coeff: 3
  18. building:
  19. draw_interior_gap: 2
  20. global:
  21. include_path:
  22. maps:
  23. - "maps"
  24. graphics:
  25. - "medias/images"
  26. sounds:
  27. - "medias/sounds"
  28. logging_level: ERROR
  29. debug: true