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

ads-game:: configurable scale

This commit is contained in:
Zeno Rogue
2022-09-18 13:03:14 +02:00
parent 00b2dc522a
commit 707247d297
5 changed files with 12 additions and 7 deletions

View File

@@ -110,6 +110,8 @@ auto shot_hooks =
-> editable("automatically rotate the projection", 'a');
param_f(simspeed, "ads_game_simspeed")
-> editable(0, 2*TAU, TAU/4, "game speed", "Controls the speed of the game.", 's');
param_f(scale, "ads_game_scale")
-> editable(0, 2, 0.1, "game scale", "Controls the scaling of game objects.", 'c');
param_f(accel, "ads_game_accel")
-> editable(0, 30, 1, "acceleration", "Controls the speed of your ship's acceleration.", 'a');
param_f(time_unit, "ads_time_unit")