From 31a99902dd97cc74c0dcd4491cc57bbfc38c4015 Mon Sep 17 00:00:00 2001 From: math-pixel <59537610+math-pixel@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:39:58 +0200 Subject: [PATCH] Delete test-editor.html --- test-editor.html | 124 ----------------------------------------------- 1 file changed, 124 deletions(-) delete mode 100644 test-editor.html diff --git a/test-editor.html b/test-editor.html deleted file mode 100644 index 83e86f8..0000000 --- a/test-editor.html +++ /dev/null @@ -1,124 +0,0 @@ - - -
- - -
- L'éditeur est maintenant intégré à la route /editor du
- projet La-Fabrik.
-
map.json dans public/
- -src/components/editor/ -├── EditorPage.tsx # Page route /editor -├── EditorViewer.tsx # Composant principal 3D -├── EditorCamera.tsx # Caméra (OrbitControls + useCameraMode) -├── EditorFPSController.tsx # Controller FPS custom -├── MapViewer.tsx # Visualisation map.json + modèles -├── EditorControls.tsx # Panneau latéral UI -├── types.ts # Types MapNode, SceneData, etc. -└── EditorPage.css # Styles scoped -- -
/editor - devrait montrer erreur "map.json
- introuvable"
- / - retour au jeu original