new 3d loading animation

This commit is contained in:
2024-09-30 21:21:50 +02:00
parent d9397c4bcb
commit 2a25dbe4b0
7 changed files with 196 additions and 287 deletions

View File

@@ -27,7 +27,7 @@ let friendyKeyRenamer = new Proxy({
}
})
class Settings {
export default class Settings {
constructor() {
this.startLevel = 1
@@ -79,7 +79,4 @@ class Settings {
this.theme = "Plasma"
}
}
export { Settings }
}