);
+ // Player rail placeholder (rechts vom Board, vor Notizen)
+ const players = [
+ { id: "p1", label: "A", active: true },
+ { id: "p2", label: "B" },
+ { id: "p3", label: "C" },
+ { id: "p4", label: "D" },
+ { id: "p5", label: "E" },
+ ];
+
+ const PlayerIcon = ({ label, active }) => (
+
+ {label}
+
+ );
+
return (
- {/* Layout: Links Game/Board (fix), Rechts Notizen (scroll) */}
{/* LEFT: Game Area */}
- {/* Top bar placeholders (User + Settings) */}
+ {/* Top: User + Settings adjacent */}
- {/* Center Board */}
-
-
-
-
- 3D Board / Game View
-
-
- Platzhalter – hier kommt später das Board + Figuren rein.
+ {/* Main: Tools | Board | Player Rail */}
+
+ {/* Left of board: Hilfskarten + Dunkles Deck side-by-side */}
+
+ {/* Board: big */}
+
+
+
+
+ 3D Board / Game View
+
+
+ Platzhalter – hier kommt später das Board + Figuren rein.
+
+
+
+
+
+ {/* Dice: under the board slightly right (overlay) */}
+
+
+
+ {/* Right of board: player rail, directly before notes */}
+
+
Spieler
+
+ {players.map((p) => (
+
+ ))}
+
- {/* Bottom HUD */}
-
+ {/* Bottom: Player HUD (left user card, mid secret, right points) */}
+
-
- {/* Extra: Hilfskarten / Deck */}
-
- {/* RIGHT: Notes Panel */}
+ {/* RIGHT: Notes Panel (scroll only here) */}