1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

ads-game:: performance settings

This commit is contained in:
Zeno Rogue
2022-09-18 13:34:30 +02:00
parent 62996d0d4c
commit 04c43e99e6
4 changed files with 15 additions and 2 deletions

View File

@@ -145,6 +145,11 @@ auto shot_hooks =
param_f(fuel_particle_life, "ads_fuel_life")
-> editable(0, 5, 0.1, "fuel particle lifetime", "how long should the fuel particles live", 'L');
param_i(max_gen_per_frame, "ads_gen_per_frame")
-> editable(0, 100, 1, "tiles to generate per frame", "reduce if the framerate is low", 'G');
param_i(draw_per_frame, "ads_draw_per_frame")
-> editable(0, 3000, 0.1, "tiles to draw per frame", "reduce if the framerate is low", 'D');
rsrc_config();
});