added water

This commit is contained in:
grimsace
2026-04-22 13:22:39 -05:00
parent 5ad1253b90
commit 20c4871971
2 changed files with 83 additions and 14 deletions
+6
View File
@@ -369,6 +369,12 @@ impl TerrainApp {
&mut self.params.snowline_height,
0..=255,
);
labeled_int_slider(
ui,
"Water Table Height",
&mut self.params.water_table_height,
0..=255,
);
labeled_float_slider(
ui,
"Rock Slope Angle",