refactor: remove rest POIs from map generation, persistence, and client rendering
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ export interface WorldState {
|
||||
worldHeight: number;
|
||||
tileSize: number;
|
||||
obstacles: Position[];
|
||||
pointsOfInterest: { type: 'food' | 'rest'; position: Position }[];
|
||||
pointsOfInterest: { type: 'food'; position: Position }[];
|
||||
terrain: number[]; // flat array [y * width + x], terrain type per tile
|
||||
decorations: number[]; // flat array [y * width + x], decoration tile index (-1 = none)
|
||||
trunkDecorations: number[]; // flat array [y * width + x], trunk tile index (-1 = none)
|
||||
|
||||
Reference in New Issue
Block a user