Add game source, converter pipeline, and web port

This commit is contained in:
2026-08-12 18:59:06 +02:00
parent 3e6635eac6
commit bd13ad67cc
97 changed files with 8781 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
declare module '*.glb' {
const src: string;
export default src;
}
declare module '*.gltf' {
const src: string;
export default src;
}