11 lines
368 B
INI
11 lines
368 B
INI
# YAMLabyrinth — game configuration.
|
|
# Delete this file to use defaults. Keys are case-insensitive; spaces
|
|
# and underscores in keys are equivalent.
|
|
|
|
# Animate level prompts character-by-character in the log.
|
|
typewriter_effect = true
|
|
|
|
# Typing speed in characters per minute. Higher = faster.
|
|
# Defaults: 2000 cpm (~30 ms per character).
|
|
typewriter_speed_cpm = 2000
|