Merge remote-tracking branch 'origin/feat/main-feature' into feat/main-feature

# Conflicts:
#	src/world/GameMap.tsx
This commit is contained in:
Tom Boullay
2026-04-29 16:57:58 +02:00
22 changed files with 794 additions and 38 deletions
+13
View File
@@ -0,0 +1,13 @@
import animation from "../../../../docs/technical/animation.md?raw";
import { DocsDocument } from "@/components/docs/DocsDocument";
export function DocsAnimationPage(): React.JSX.Element {
return (
<DocsDocument
content={animation}
frContent={animation}
meta="07"
title="Animation & 3D Model System"
/>
);
}