final commit

This commit is contained in:
glazenbol
2026-06-28 12:44:07 +02:00
parent ff58292273
commit 7b61244940
3 changed files with 23 additions and 12 deletions
+5 -3
View File
@@ -7,15 +7,17 @@ const gui = new GUI();
const params = {
fps: 60,
zoom: 1,
backgroundTicks: 60,
backgroundTicks: 900,
textSpread: 0,
maxSpawns: 1,
textAlpha: 0.0,
textTicks: 1,
disableScreen: false,
};
gui.add(params, "fps", 0.1, 60);
gui.add(params, "zoom", 1, 20);
gui.add(params, "backgroundTicks", 1, 600).step(1);
gui.add(params, "zoom", 1, 5);
gui.add(params, "backgroundTicks", 1, 900).step(1);
gui.add(params, "disableScreen", false);
const textFolder = gui.addFolder("Text");
textFolder.add(params, "textSpread", 0, 200);
textFolder.add(params, "maxSpawns", 1, 20).step(1);