Something something games

This commit is contained in:
2025-04-29 17:51:52 +01:00
parent 6eaf1d6b9f
commit 9e72f0cc9a
36 changed files with 3395 additions and 1498 deletions

View File

@@ -27,7 +27,19 @@
"paths": {
"@/*": [
"./src/*"
]
],
"@/control/*": [
"./src/games/lib/control/*"
],
"@/core/*": [
"./src/games/lib/core/*"
],
"@/utils/*": [
"./src/games/lib/utils/*"
],
"@/visual/*": [
"./src/games/lib/visual/*"
],
}
},
"include": [