Created
July 30, 2015 01:46
-
-
Save evolve2k/b76df5218cc76c74bd5e to your computer and use it in GitHub Desktop.
Squib example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: | |
extends: title # from hand.yml | |
font: FiraSans Regular 58 # Im currently doing this | |
color: '#F3EFE3' | |
align: center | |
spacing: -15 | |
Art: | |
extends: art | |
Category: | |
extends: description # from hand.yml | |
align: center | |
Instructions: | |
extends: Category # from hand.yml | |
y: += 70 | |
color: '#F3EFE3' | |
align: center | |
Facts: | |
extends: snark # from hand.yml | |
font: Sans italic 18 | |
align: center | |
valign: middle | |
color: '#F3EFE3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment