Add typewriter effect

This commit is contained in:
2026-05-21 18:52:19 +03:00
parent 740685afc5
commit 4b3b1ce5a0
4 changed files with 274 additions and 22 deletions

10
game.ini Normal file
View File

@@ -0,0 +1,10 @@
# 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: 1000 cpm (~60 ms per character).
typewriter_speed_cpm = 1000