feat: game/engine split refactor + skybox

This commit is contained in:
Dan Finch 2026-08-08 14:15:32 +02:00
parent 581e5892b0
commit eeedcb8e48
34 changed files with 610 additions and 218 deletions

12
tsconfig.game.json Normal file
View file

@ -0,0 +1,12 @@
{
"extends": "./tsconfig.base.json",
"references": [
{ "path": "./tsconfig.engine.json" }
],
"compilerOptions": {
"composite": true
},
"include": [
"game"
]
}