plasma light

This commit is contained in:
2026-01-06 14:02:18 +01:00
parent c52a604f0f
commit 8a5b5ebef6
3 changed files with 6 additions and 5 deletions

View File

@@ -172,6 +172,7 @@ export class Menu extends GUI {
let input = controller.domElement.getElementsByTagName("input")[0]
input.select()
input.onkeydown = function (event) {
event.preventDefault()
controller.setValue(event.key)
input.blur()
}