feat: add LB migration and reorganize configuration

This commit is contained in:
Leon.Schmidt
2026-08-17 02:08:31 +02:00
parent d9ada55ebc
commit 3e35a12efd
24 changed files with 5603 additions and 956 deletions
-1
View File
@@ -256,7 +256,6 @@ export function createGameView(
initializeResources()
lost = false
applySize()
console.info('[Camera] Game-view WebGL context restored.')
options.onContextRestored?.()
} catch (error) {
lost = true