Skip to content

Commit

Permalink
Add Fullybooked 2024 board (#5)
Browse files Browse the repository at this point in the history
* feat: Add fullybooked 2024 board

* feat: Adjust canvas items' dimensions

* refactor: remove unused Js file
  • Loading branch information
luoabd committed Dec 5, 2023
1 parent 5f96c1a commit 8c42711
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added fullybooked24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ app.post("/canvas", function (req, res) {
hStar = 44;
xCanvas = 2000;
yCanvas = 2300;
} else if(boardName === "fullybooked24") {
fileName = "fullybooked24";
xCover = 155;
xCoverPad = 370;
yCover = 345;
yCoverPad = 400;
wCover = 205;
hCover = 295;
xStar = 110;
yStarPad = 50.5;
wStar = 33;
hStar = 38;
xCanvas = 2000;
yCanvas = 2300;
} else {
fileName = "rfantasy23_empty";
xCover = 89;
Expand Down

0 comments on commit 8c42711

Please sign in to comment.