Skip to content

Commit

Permalink
update map
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Oct 15, 2023
1 parent 43e1fbf commit 594c5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/map/input/game-status.manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ const PANNEAU_X = [
const PANNEAU_Y = 2000 + 22 + 15;

const DISTRIBS_PLANTES: Point[] = [
{ x: 1500, y: 1600 },
{ x: 1500, y: 1500 },
{ x: 1000, y: 1300 },
{ x: 1000, y: 700 },
{ x: 1500, y: 400 },
{ x: 1500, y: 500 },
{ x: 2000, y: 700 },
{ x: 2000, y: 1300 },
];
Expand Down
Binary file modified src/assets/tables/farming_mars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 594c5e8

Please sign in to comment.