X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/2b9badac1345c865c34097bc5d1699329b53fdc8..HEAD:/lib/systems/global_adjuster.js 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) {