Merge branch 'develop' into feat/main-feature

This commit is contained in:
Tom Boullay
2026-04-30 15:48:35 +02:00
17 changed files with 808 additions and 18 deletions
+11 -5
View File
@@ -44,6 +44,12 @@ export const docGroups: DocGroup[] = [
subtitle: "Webcam interaction pipeline",
meta: "05",
},
{
path: "/docs/zustand",
title: "Zustand Game State",
subtitle: "Progression store",
meta: "06",
},
],
},
{
@@ -53,25 +59,25 @@ export const docGroups: DocGroup[] = [
path: "/docs/features",
title: "Features",
subtitle: "Implemented scope",
meta: "06",
meta: "07",
},
{
path: "/docs/main-feature",
title: "Main Feature",
subtitle: "Hand grab prototype",
meta: "07",
subtitle: "Repair-game prototype",
meta: "08",
},
{
path: "/docs/editor",
title: "Editor User Guide",
subtitle: "Editing workflow",
meta: "08",
meta: "09",
},
{
path: "/docs/animation",
title: "Animation & 3D Model System",
subtitle: "Components and usage",
meta: "07",
meta: "010",
},
],
},