aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/global_adjuster.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/global_adjuster.js')
-rw-r--r--lib/systems/global_adjuster.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/systems/global_adjuster.js b/lib/systems/global_adjuster.js
index f7433ca..c1c188d 100644
--- a/lib/systems/global_adjuster.js
+++ b/lib/systems/global_adjuster.js
@@ -2,6 +2,9 @@ import { System } from '@serpentity/serpentity';
import Frequent from '../nodes/configurable';
import { settingsContainer, slider } from '../factories/ui';
+/**
+ * UI that adjusts global configuration settings for the scene.
+ */
export default class GlobalAdjuster extends System {
constructor(container) {