add zustand game state

This commit is contained in:
Tom Boullay
2026-04-30 14:29:29 +02:00
parent 7c7dbdb588
commit b9970c4e03
11 changed files with 325 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function DocsAnimationPage(): React.JSX.Element {
<DocsDocument
content={animation}
frContent={animation}
meta="07"
meta="08"
title="Animation & 3D Model System"
/>
);