merge space and retro themes

This commit is contained in:
2026-03-24 01:29:44 +01:00
parent 8509608ba9
commit 53b2361e2b
4 changed files with 30 additions and 36 deletions

View File

@@ -26,7 +26,7 @@ export class Menu extends GUI {
this.settings = this.addFolder("Options")
this.settings.add(settings, "startLevel").name("Niveau initial").min(1).max(15).step(1)
this.settings.add(settings, "theme", ["Plasma", "Space", "Retro"]).name("Thème").onChange(theme => {
this.settings.add(settings, "theme", ["Plasma", "Space"]).name("Thème").onChange(theme => {
scene.theme = theme
if (dev) changeMaterial()
})