1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

better rock generation

This commit is contained in:
Zeno Rogue
2022-09-18 12:58:18 +02:00
parent eefb91501e
commit 00b2dc522a
4 changed files with 59 additions and 41 deletions

View File

@@ -80,6 +80,9 @@ player_data pdata, max_pdata, tank_pdata;
bool auto_angle = true;
ld rock_density = 0.25;
ld rock_max_rapidity = 1.5;
cell *starting_point;
}}