1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

ads-game:: ds-game more game-y

This commit is contained in:
Zeno Rogue
2022-09-20 12:29:19 +02:00
parent fbf0b487b1
commit bdbf4e2935
2 changed files with 133 additions and 42 deletions

View File

@@ -99,4 +99,8 @@ cell *starting_point;
int max_gen_per_frame = 3;
int draw_per_frame = 1000;
/* for DS */
ld ds_split_speed = 0.1;
}}