diff options
| author | 2026-07-18 13:34:49 -0400 | |
|---|---|---|
| committer | 2026-07-18 13:45:01 -0400 | |
| commit | 72f5ec3ce777fc05150856f1841e60b0f5c9f8f7 (patch) | |
| tree | 9b26fd3b314bcf3a2259704c076d819212f172f0 /frontends/sdl/config.ini | |
| parent | e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c (diff) | |
| download | cetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.tar.gz cetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.tar.bz2 cetris-72f5ec3ce777fc05150856f1841e60b0f5c9f8f7.zip | |
restore old frontends as they were
Minimal changes, just enough to get them building and running.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'frontends/sdl/config.ini')
| -rw-r--r-- | frontends/sdl/config.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontends/sdl/config.ini b/frontends/sdl/config.ini new file mode 100644 index 0000000..5947b33 --- /dev/null +++ b/frontends/sdl/config.ini @@ -0,0 +1,15 @@ +[das] +das = 220 +arr = 15 + +[game] +drop_delay = 20 +next_piece_delay = 40 +lock_delay = 300 +force_lock = 3000 +wait_on_clear = 0 +line_clear_delay = 0 + +[ui] +skin = puyo_arles_skin +dark_mode = true |