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

@@ -93,12 +93,6 @@ export class Vortex extends THREE.Group {
this.visible = true
break
case "Retro":
this.remove(this.transparentCylinder)
this.remove(this.opaqueCylinder)
this.visible = false
break
}
}