diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-30 20:15:15 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-30 20:15:15 +0300 |
| commit | ba64d4388997a8fb02e6de17ebad623f6948a632 (patch) | |
| tree | df5540032a42ec9d63f148b77c40ec130d8c05ae /config.h | |
| parent | 49427f83bc3751fdb35f567b17abf9ddbd87bd48 (diff) | |
| download | astar-ba64d4388997a8fb02e6de17ebad623f6948a632.tar.xz | |
Add automatic mode to anim()
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #define COST_ORTHOGONAL 10 #define COST_DIAGONAL 14 /* sqrt(2) * 10 */ +#define ANIM_DELAY_USEC 10*1000 + /* The characters that represent different tiles. * Some have two characters -- that's because of the rendering trick where we * use two characters back-to-back so they look like a square. */ |
