Templates for The Game Crafter
Card Layout Script » Devlog
Templates for The Game Crafter
These templates set the size
of the card to the size stated on TGC’s website, and a bleed
sufficient to make the full size of the card fit the expected size. They also set the dpi
to 300, and for convenience set the size
property of the tts
section to fit the cards. Two elements are defined, safe-zone
is sized and positioned so that all of it’s children will be in the safe zone, the area of the card that is always guaranteed to be safe from being cut by the die. The other element is bleed-zone
, which is defined to be the full size of the exported card with bleed, this is used for full bleed art.
Below is an example of what a layout using one of these templates might look like.
layout {
template: bridge-deck.cls
}
bleed-zone {
background-art {
source: images/background.png
}
}
safe-zone {
#main card elements
}
Files
tgc-templates.zip 5.9 kB
Apr 15, 2023
Get Card Layout Script
Card Layout Script
A language for designing cards
Status | In development |
Category | Tool |
Author | Gia Bamrud |
Genre | Card Game |
Tags | Board Game, Game Design |
More posts
- Card Layout Script, version 1.3, now with SVG support!Jun 04, 2023
- Card Layout Script, version 1.2Apr 16, 2023
- CLS version 1.1Apr 07, 2023
- CLS version 1.0!Mar 30, 2023
Leave a comment
Log in with itch.io to leave a comment.