Browse Source

Revert "first draft of thegamecrafter templates, missing all the complex ones"

This reverts commit 7f6d70b886.

See https://github.com/andymeneely/squib/pull/214#issuecomment-334627919
dev
Andy Meneely 8 years ago
parent
commit
9b3636cf6f
  1. 26
      lib/squib/layouts/thegamecrafter/board/domino.yml
  2. 26
      lib/squib/layouts/thegamecrafter/board/folding/accordion.yml
  3. 26
      lib/squib/layouts/thegamecrafter/board/folding/bi-fold.yml
  4. 26
      lib/squib/layouts/thegamecrafter/board/folding/quad-fold.yml
  5. 26
      lib/squib/layouts/thegamecrafter/board/folding/six-fold.yml
  6. 26
      lib/squib/layouts/thegamecrafter/board/half.yml
  7. 26
      lib/squib/layouts/thegamecrafter/board/large_square.yml
  8. 26
      lib/squib/layouts/thegamecrafter/board/quarter.yml
  9. 26
      lib/squib/layouts/thegamecrafter/board/skinny.yml
  10. 26
      lib/squib/layouts/thegamecrafter/board/sliver.yml
  11. 26
      lib/squib/layouts/thegamecrafter/board/small_square.yml
  12. 26
      lib/squib/layouts/thegamecrafter/board/square.yml
  13. 26
      lib/squib/layouts/thegamecrafter/board/strip.yml
  14. 26
      lib/squib/layouts/thegamecrafter/booklet/jumbo.yml
  15. 26
      lib/squib/layouts/thegamecrafter/booklet/large.yml
  16. 26
      lib/squib/layouts/thegamecrafter/booklet/medium.yml
  17. 26
      lib/squib/layouts/thegamecrafter/booklet/small.yml
  18. 26
      lib/squib/layouts/thegamecrafter/booklet/tall.yml
  19. 26
      lib/squib/layouts/thegamecrafter/booklet/tarot.yml
  20. 17
      lib/squib/layouts/thegamecrafter/box/bridge_tuck_(108_cards).yml
  21. 17
      lib/squib/layouts/thegamecrafter/box/bridge_tuck_(54_cards).yml
  22. 17
      lib/squib/layouts/thegamecrafter/box/jumbo_tuck_(90_cards).yml
  23. 17
      lib/squib/layouts/thegamecrafter/box/large_pro_bottom_wrap.yml
  24. 17
      lib/squib/layouts/thegamecrafter/box/large_pro_top_wrap.yml
  25. 17
      lib/squib/layouts/thegamecrafter/box/large_retail.yml
  26. 17
      lib/squib/layouts/thegamecrafter/box/medium_game.yml
  27. 17
      lib/squib/layouts/thegamecrafter/box/medium_pro.yml
  28. 17
      lib/squib/layouts/thegamecrafter/box/poker_card_wrap_(18_cards).yml
  29. 17
      lib/squib/layouts/thegamecrafter/box/poker_tuck_(108_cards).yml
  30. 17
      lib/squib/layouts/thegamecrafter/box/poker_tuck_(36_cards).yml
  31. 17
      lib/squib/layouts/thegamecrafter/box/poker_tuck_(54_cards).yml
  32. 17
      lib/squib/layouts/thegamecrafter/box/poker_tuck_(72_cards).yml
  33. 17
      lib/squib/layouts/thegamecrafter/box/poker_tuck_(90_cards).yml
  34. 17
      lib/squib/layouts/thegamecrafter/box/small_pro.yml
  35. 17
      lib/squib/layouts/thegamecrafter/box/square_tuck_(48_cards).yml
  36. 17
      lib/squib/layouts/thegamecrafter/box/square_tuck_(96_cards).yml
  37. 17
      lib/squib/layouts/thegamecrafter/box/tarot_tuck_(40_cards).yml
  38. 17
      lib/squib/layouts/thegamecrafter/box/tarot_tuck_(90_cards).yml
  39. 139
      lib/squib/layouts/thegamecrafter/csv_to_layouts.rb
  40. 28
      lib/squib/layouts/thegamecrafter/deck/bridge.yml
  41. 28
      lib/squib/layouts/thegamecrafter/deck/business.yml
  42. 24
      lib/squib/layouts/thegamecrafter/deck/circle.yml
  43. 28
      lib/squib/layouts/thegamecrafter/deck/domino.yml
  44. 28
      lib/squib/layouts/thegamecrafter/deck/euro_square.yml
  45. 26
      lib/squib/layouts/thegamecrafter/deck/hex.yml
  46. 28
      lib/squib/layouts/thegamecrafter/deck/jumbo.yml
  47. 28
      lib/squib/layouts/thegamecrafter/deck/micro.yml
  48. 28
      lib/squib/layouts/thegamecrafter/deck/mini.yml
  49. 28
      lib/squib/layouts/thegamecrafter/deck/poker.yml
  50. 28
      lib/squib/layouts/thegamecrafter/deck/small_square.yml
  51. 28
      lib/squib/layouts/thegamecrafter/deck/square.yml
  52. 28
      lib/squib/layouts/thegamecrafter/deck/tarot.yml
  53. 28
      lib/squib/layouts/thegamecrafter/deck/us_game.yml
  54. 17
      lib/squib/layouts/thegamecrafter/dial/dual.yml
  55. 17
      lib/squib/layouts/thegamecrafter/dial/small.yml
  56. 26
      lib/squib/layouts/thegamecrafter/mat/big.yml
  57. 26
      lib/squib/layouts/thegamecrafter/mat/domino.yml
  58. 17
      lib/squib/layouts/thegamecrafter/mat/flower.yml
  59. 26
      lib/squib/layouts/thegamecrafter/mat/half.yml
  60. 26
      lib/squib/layouts/thegamecrafter/mat/hex.yml
  61. 17
      lib/squib/layouts/thegamecrafter/mat/invader.yml
  62. 26
      lib/squib/layouts/thegamecrafter/mat/large_hex.yml
  63. 26
      lib/squib/layouts/thegamecrafter/mat/large_square.yml
  64. 26
      lib/squib/layouts/thegamecrafter/mat/quarter.yml
  65. 26
      lib/squib/layouts/thegamecrafter/mat/skinny.yml
  66. 26
      lib/squib/layouts/thegamecrafter/mat/sliver.yml
  67. 26
      lib/squib/layouts/thegamecrafter/mat/small_square.yml
  68. 40
      lib/squib/layouts/thegamecrafter/mat/spinner.yml
  69. 26
      lib/squib/layouts/thegamecrafter/mat/square.yml
  70. 26
      lib/squib/layouts/thegamecrafter/mat/strip.yml
  71. 26
      lib/squib/layouts/thegamecrafter/mat/us_game.yml
  72. 26
      lib/squib/layouts/thegamecrafter/misc/document.yml
  73. 26
      lib/squib/layouts/thegamecrafter/misc/play_money.yml
  74. 26
      lib/squib/layouts/thegamecrafter/punchout/large/custom.yml
  75. 26
      lib/squib/layouts/thegamecrafter/punchout/large/large_hex_tile.yml
  76. 26
      lib/squib/layouts/thegamecrafter/punchout/large/large_square_tile.yml
  77. 26
      lib/squib/layouts/thegamecrafter/punchout/large/medium_hex_tile.yml
  78. 26
      lib/squib/layouts/thegamecrafter/punchout/large/medium_square_tile.yml
  79. 26
      lib/squib/layouts/thegamecrafter/punchout/medium/custom.yml
  80. 26
      lib/squib/layouts/thegamecrafter/punchout/medium/domino_tile.yml
  81. 26
      lib/squib/layouts/thegamecrafter/punchout/medium/small_hex_tile.yml
  82. 26
      lib/squib/layouts/thegamecrafter/punchout/medium/small_square_tile.yml
  83. 17
      lib/squib/layouts/thegamecrafter/punchout/medium/triangle_tile.yml
  84. 17
      lib/squib/layouts/thegamecrafter/punchout/small/arrow_chit.yml
  85. 17
      lib/squib/layouts/thegamecrafter/punchout/small/bullseye_chit.yml
  86. 26
      lib/squib/layouts/thegamecrafter/punchout/small/custom.yml
  87. 26
      lib/squib/layouts/thegamecrafter/punchout/small/domino_chit.yml
  88. 24
      lib/squib/layouts/thegamecrafter/punchout/small/large_circle_chit.yml
  89. 28
      lib/squib/layouts/thegamecrafter/punchout/small/large_ring.yml
  90. 26
      lib/squib/layouts/thegamecrafter/punchout/small/large_square_chit.yml
  91. 17
      lib/squib/layouts/thegamecrafter/punchout/small/large_standee.yml
  92. 24
      lib/squib/layouts/thegamecrafter/punchout/small/medium_circle_chit.yml
  93. 28
      lib/squib/layouts/thegamecrafter/punchout/small/medium_ring.yml
  94. 26
      lib/squib/layouts/thegamecrafter/punchout/small/medium_square_chit.yml
  95. 17
      lib/squib/layouts/thegamecrafter/punchout/small/medium_standee.yml
  96. 17
      lib/squib/layouts/thegamecrafter/punchout/small/medium_triangle_chit.yml
  97. 24
      lib/squib/layouts/thegamecrafter/punchout/small/mini_circle_tile.yml
  98. 26
      lib/squib/layouts/thegamecrafter/punchout/small/mini_hex_tile.yml
  99. 26
      lib/squib/layouts/thegamecrafter/punchout/small/mini_square_tile.yml
  100. 24
      lib/squib/layouts/thegamecrafter/punchout/small/small_circle_chit.yml
  101. Some files were not shown because too many files have changed in this diff Show More

26
lib/squib/layouts/thegamecrafter/board/domino.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Domino Board
# Image size is 1275x2475px
#
deck:
dpi: 300
width: 1275
height: 2475
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/folding/accordion.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Accordion Board
# Image size is 2475x4875px
#
deck:
dpi: 300
width: 2475
height: 4875
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/folding/bi-fold.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Bi-Fold Game Board
# Image size is 2775x5475px
#
deck:
dpi: 300
width: 2775
height: 5475
stroke_width: 5
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/folding/quad-fold.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Quad-Fold Game Board
# Image size is 5475x5475px
#
deck:
dpi: 300
width: 5475
height: 5475
stroke_width: 10
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/folding/six-fold.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Six-Fold Game Board
# Image size is 8175x5475px
#
deck:
dpi: 300
width: 8175
height: 5475
stroke_width: 10
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/half.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Half Board
# Image size is 1575x3075px
#
deck:
dpi: 300
width: 1575
height: 3075
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/large_square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Square Board
# Image size is 3075x3075px
#
deck:
dpi: 300
width: 3075
height: 3075
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/quarter.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Quarter Board
# Image size is 1575x1575px
#
deck:
dpi: 300
width: 1575
height: 1575
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/skinny.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Skinny Board
# Image size is 1275x3075px
#
deck:
dpi: 300
width: 1275
height: 3075
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/sliver.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Sliver Board
# Image size is 675x2475px
#
deck:
dpi: 300
width: 675
height: 2475
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/small_square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Square Board
# Image size is 1275x1275px
#
deck:
dpi: 300
width: 1275
height: 1275
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Square Board
# Image size is 2475x2475px
#
deck:
dpi: 300
width: 2475
height: 2475
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/board/strip.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Strip Board
# Image size is 675x3075px
#
deck:
dpi: 300
width: 675
height: 3075
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/jumbo.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Jumbo Booklet
# Image size is 2475x3075px
#
deck:
dpi: 300
width: 2475
height: 3075
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/large.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Booklet
# Image size is 1575x2475px
#
deck:
dpi: 300
width: 1575
height: 2475
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/medium.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Booklet
# Image size is 1125x1575px
#
deck:
dpi: 300
width: 1125
height: 1575
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/small.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Booklet
# Image size is 825x1125px
#
deck:
dpi: 300
width: 825
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/tall.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Tall Booklet
# Image size is 1425x2475px
#
deck:
dpi: 300
width: 1425
height: 2475
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/booklet/tarot.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Tarot Booklet
# Image size is 900x1500px
#
deck:
dpi: 300
width: 900
height: 1500
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

17
lib/squib/layouts/thegamecrafter/box/bridge_tuck_(108_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Bridge Tuck Box (108 cards)
# Image size is 2925x2250px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2925
height: 2250
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/bridge_tuck_(54_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Bridge Tuck Box (54 cards)
# Image size is 2175x1800px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2175
height: 1800
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/jumbo_tuck_(90_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Jumbo Tuck Box (90 cards)
# Image size is 3450x2700px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3450
height: 2700
stroke_width: 5
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/large_pro_bottom_wrap.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Pro Box Bottom Wrap
# Image size is 3150x4950px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3150
height: 4950
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/large_pro_top_wrap.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Pro Box Top Wrap
# Image size is 3225x5025px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3225
height: 5025
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/large_retail.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Retail Box
# Image size is 3975x4725px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3975
height: 4725
stroke_width: 7
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/medium_game.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Game Box
# Image size is 3450x5250px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3450
height: 5250
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/medium_pro.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Pro Box
# Image size is 3300x4350px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3300
height: 4350
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_card_wrap_(18_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Card Wrap (18 cards)
# Image size is 1875x2625px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 1875
height: 2625
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_tuck_(108_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Tuck Box (108 cards)
# Image size is 3075x2250px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3075
height: 2250
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_tuck_(36_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Tuck Box (36 cards)
# Image size is 2100x1800px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2100
height: 1800
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_tuck_(54_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Tuck Box (54 cards)
# Image size is 2325x1950px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2325
height: 1950
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_tuck_(72_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Tuck Box (72 cards)
# Image size is 2550x1950px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2550
height: 1950
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/poker_tuck_(90_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Tuck Box (90 cards)
# Image size is 2775x2100px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2775
height: 2100
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/small_pro.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Pro Box
# Image size is 3450x2700px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3450
height: 2700
stroke_width: 5
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/square_tuck_(48_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Square Tuck Box (48 cards)
# Image size is 2850x1800px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2850
height: 1800
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/square_tuck_(96_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Square Tuck Box (96 cards)
# Image size is 3525x2250px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3525
height: 2250
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/tarot_tuck_(40_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Tarot Tuck Box (40 cards)
# Image size is 2325x2025px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2325
height: 2025
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/box/tarot_tuck_(90_cards).yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Tarot Tuck Box (90 cards)
# Image size is 3000x2475px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 3000
height: 2475
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

139
lib/squib/layouts/thegamecrafter/csv_to_layouts.rb

@ -1,139 +0,0 @@
require 'csv'
require 'fileutils'
require 'yaml'
DPI = 300
script_file = File.open('thegamecrafter.rb', 'w')
script_file.write("#!/usr/bin/env ruby\nrequire 'squib'\n")
CSV.foreach("tgc_printed_components.csv",{headers: true}) do |row|
folder = row['Folder'].downcase
shortname = row['Short Name'].downcase
filename = shortname.tr(' ','_') + '.yml'
FileUtils.mkdir_p folder.tr(' ','_')
layout_file = File.open(folder.tr(' ','_') + '/' + filename, 'w')
script_file.write(<<~END)
Squib::Deck.new(
layout: '#{folder.tr(' ','_')}/#{filename}'
) do
background color: :white
draw_layouts
save_png dir: 'template_images', prefix: '#{folder.tr(' /','_')}_#{shortname.tr(' ','_')}_'
end
END
incomplete_warning = "# WARNING: the code to write this file is not yet complete\n"
layout_file.write(<<~END)
# Layout for TheGameCrafter.com printed item: #{row['Printed Item']}
# Image size is #{row['Image width (px)']}x#{row['Image height (px)']}px
#
END
layouts = {}
layouts['deck'] = {
'dpi' => DPI,
'width' => row['Image width (px)'].to_i,
'height' => row['Image height (px)'].to_i,
'stroke_width' => [[row['Image width (px)'].to_i,row['Image height (px)'].to_i].min/500,2].max,
}
layouts['template-cut-outline'] = {
'extends' => "deck",
'dash' => "5 5",
'stroke_color' => :red,
}
layouts['template-safe-outline'] = {
'extends' => "deck",
'dash' => "5 5",
'stroke_color' => :blue,
}
case folder
when 'board', 'board/folding', 'booklet', 'deck', 'mat', 'misc',
'punchout/small', 'punchout/medium', 'punchout/large', 'score pad', 'shard'
case shortname
when 'flower', 'invader', 'arrow chit', 'bullseye chit', 'large standee',
'medium standee', 'medium triangle chit', 'small standee', 'triangle tile', 'tombstone'
layout_file.write(incomplete_warning)
when /hex/
# hexagonal components
layouts['template-cut-outline'].merge! ({
'type' => "polygon",
'n' => 6,
'x' => "#{row['Image width (px)'].to_f/2/DPI}in",
'y' => "#{row['Image height (px)'].to_f/2/DPI}in",
'radius' => "#{row['Image width (px)'].to_f/2/DPI-row['X cut margin (in)'].to_f}in",
})
layouts['template-safe-outline'].merge! ({
'type' => "polygon",
'n' => 6,
'x' => "#{row['Image width (px)'].to_f/2/DPI}in",
'y' => "#{row['Image height (px)'].to_f/2/DPI}in",
'radius' => "#{row['Image width (px)'].to_f/2/DPI-row['X cut margin (in)'].to_f*2/Math.sin(Math::PI/3)}in",
})
when 'spinner', 'large circle chit', 'medium circle chit', 'small circle chit',
'large ring', 'medium ring', 'small ring', 'mini circle tile', 'circle'
# circular components
layouts['template-cut-outline'].merge! ({
'type' => "circle",
'x' => "#{row['Image width (px)'].to_f/2/DPI}in",
'y' => "#{row['Image height (px)'].to_f/2/DPI}in",
'radius' => "#{row['Image width (px)'].to_f/2/DPI-row['X cut margin (in)'].to_f}in",
})
case shortname
when / ring$/
# annular rings
layouts['template-cut-interior'] = layouts['template-cut-outline'].clone
layouts['template-cut-interior']['radius'] = "#{row['Image width (px)'].to_f/2-row['X cut margin (in)'].to_f-0.25}in"
else
# whole circles
layouts['template-safe-outline'].merge! ({
'type' => "circle",
'x' => "#{row['Image width (px)'].to_f/2/DPI}in",
'y' => "#{row['Image height (px)'].to_f/2/DPI}in",
'radius' => "#{row['Image width (px)'].to_f/2/DPI-row['X cut margin (in)'].to_f*2}in",
})
if shortname == 'spinner'
RIVET_RADIUS = 0.155 #FIXME confirm this
layouts['template-cut-rivethole'] = layouts['template-cut-outline'].clone
layouts['template-cut-rivethole']['radius'] = "#{RIVET_RADIUS}in"
layouts['template-safe-rivethole'] = layouts['template-safe-outline'].clone
layouts['template-safe-rivethole']['radius'] = "#{RIVET_RADIUS+row['X cut margin (in)'].to_f}in"
end
end
else
# rectangular components
layouts['template-cut-outline'].merge! ({
'type' => "rect",
'x' => "#{row['X cut margin (in)']}in",
'y' => "#{row['Y cut margin (in)']}in",
'width' => "-=#{row['X cut margin (in)'].to_f*2}in",
'height' => "-=#{row['Y cut margin (in)'].to_f*2}in",
})
layouts['template-safe-outline'].merge! ({
'type' => "rect",
'x' => "#{row['X cut margin (in)'].to_f*2}in",
'y' => "#{row['Y cut margin (in)'].to_f*2+(folder=='score pad' ? 0.25 : 0)}in",
'width' => "-=#{row['X cut margin (in)'].to_f*4}in",
'height' => "-=#{row['Y cut margin (in)'].to_f*4-(folder=='score pad' ? 0.25 : 0)}in",
# score pad has a gap at the top for staples
})
if folder == 'deck'
# rounded corners
layouts['template-cut-outline']['radius'] = "0.125in"
layouts['template-safe-outline']['radius'] = "0.125in"
end
end
when 'box'
layout_file.write(incomplete_warning)
when 'dial'
layout_file.write(incomplete_warning)
when 'screen'
layout_file.write(incomplete_warning)
when 'sticker'
layout_file.write(incomplete_warning)
else
puts "Encountered unknown component #{row['Printed Item']}"
end
layout_file.write(layouts.to_yaml.to_s.lines[1..-1].join)
end

28
lib/squib/layouts/thegamecrafter/deck/bridge.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Bridge Deck
# Image size is 750x1125px
#
deck:
dpi: 300
width: 750
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/business.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Business Deck
# Image size is 675x1125px
#
deck:
dpi: 300
width: 675
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

24
lib/squib/layouts/thegamecrafter/deck/circle.yml

@ -1,24 +0,0 @@
# Layout for TheGameCrafter.com printed item: Circle Deck
# Image size is 1125x1125px
#
deck:
dpi: 300
width: 1125
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 1.875in
y: 1.875in
radius: 1.75in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 1.875in
y: 1.875in
radius: 1.625in

28
lib/squib/layouts/thegamecrafter/deck/domino.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Domino Deck
# Image size is 600x1125px
#
deck:
dpi: 300
width: 600
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/euro_square.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Euro Square Deck
# Image size is 900x900px
#
deck:
dpi: 300
width: 900
height: 900
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.122in
y: 0.122in
width: "-=0.244in"
height: "-=0.244in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.244in
y: 0.244in
width: "-=0.488in"
height: "-=0.488in"
radius: 0.125in

26
lib/squib/layouts/thegamecrafter/deck/hex.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Hex Deck
# Image size is 1200x1050px
#
deck:
dpi: 300
width: 1200
height: 1050
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 2.0in
y: 1.75in
radius: 1.875in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 2.0in
y: 1.75in
radius: 1.7113248654051871in

28
lib/squib/layouts/thegamecrafter/deck/jumbo.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Jumbo Deck
# Image size is 1125x1725px
#
deck:
dpi: 300
width: 1125
height: 1725
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/micro.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Micro Deck
# Image size is 450x600px
#
deck:
dpi: 300
width: 450
height: 600
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/mini.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Mini Deck
# Image size is 600x825px
#
deck:
dpi: 300
width: 600
height: 825
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/poker.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Poker Deck
# Image size is 825x1125px
#
deck:
dpi: 300
width: 825
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/small_square.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Square Deck
# Image size is 825x825px
#
deck:
dpi: 300
width: 825
height: 825
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/square.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Square Deck
# Image size is 1125x1125px
#
deck:
dpi: 300
width: 1125
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/tarot.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Tarot Deck
# Image size is 900x1500px
#
deck:
dpi: 300
width: 900
height: 1500
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"
radius: 0.125in

28
lib/squib/layouts/thegamecrafter/deck/us_game.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: US Game Deck
# Image size is 750x1125px
#
deck:
dpi: 300
width: 750
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.14764in
y: 0.1624in
width: "-=0.29528in"
height: "-=0.3248in"
radius: 0.125in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.29528in
y: 0.3248in
width: "-=0.59056in"
height: "-=0.6496in"
radius: 0.125in

17
lib/squib/layouts/thegamecrafter/dial/dual.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Dual Dial
# Image size is 2550x1650px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 2550
height: 1650
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/dial/small.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Dial
# Image size is 825x2400px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 825
height: 2400
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

26
lib/squib/layouts/thegamecrafter/mat/big.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Big Mat
# Image size is 3075x4875px
#
deck:
dpi: 300
width: 3075
height: 4875
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/domino.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Domino Mat
# Image size is 1275x2475px
#
deck:
dpi: 300
width: 1275
height: 2475
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

17
lib/squib/layouts/thegamecrafter/mat/flower.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Flower Mat
# Image size is 825x900px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 825
height: 900
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

26
lib/squib/layouts/thegamecrafter/mat/half.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Half Mat
# Image size is 1575x3075px
#
deck:
dpi: 300
width: 1575
height: 3075
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/hex.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Hex Mat
# Image size is 1650x1425px
#
deck:
dpi: 300
width: 1650
height: 1425
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 2.75in
y: 2.375in
radius: 2.625in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 2.75in
y: 2.375in
radius: 2.461324865405187in

17
lib/squib/layouts/thegamecrafter/mat/invader.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Invader Mat
# Image size is 1275x1125px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 1275
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

26
lib/squib/layouts/thegamecrafter/mat/large_hex.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Hex Mat
# Image size is 2925x2550px
#
deck:
dpi: 300
width: 2925
height: 2550
stroke_width: 5
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 4.875in
y: 4.25in
radius: 4.75in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 4.875in
y: 4.25in
radius: 4.586324865405187in

26
lib/squib/layouts/thegamecrafter/mat/large_square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Square Mat
# Image size is 3075x3075px
#
deck:
dpi: 300
width: 3075
height: 3075
stroke_width: 6
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/quarter.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Quarter Mat
# Image size is 1575x1575px
#
deck:
dpi: 300
width: 1575
height: 1575
stroke_width: 3
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/skinny.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Skinny Mat
# Image size is 1275x3075px
#
deck:
dpi: 300
width: 1275
height: 3075
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/sliver.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Sliver Mat
# Image size is 675x2475px
#
deck:
dpi: 300
width: 675
height: 2475
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/small_square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Square Mat
# Image size is 1275x1275px
#
deck:
dpi: 300
width: 1275
height: 1275
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

40
lib/squib/layouts/thegamecrafter/mat/spinner.yml

@ -1,40 +0,0 @@
# Layout for TheGameCrafter.com printed item: Spinner Mat
# Image size is 2475x2475px
#
deck:
dpi: 300
width: 2475
height: 2475
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 4.125in
y: 4.125in
radius: 4.0in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 4.125in
y: 4.125in
radius: 3.875in
template-cut-rivethole:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 4.125in
y: 4.125in
radius: 0.155in
template-safe-rivethole:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 4.125in
y: 4.125in
radius: 0.28in

26
lib/squib/layouts/thegamecrafter/mat/square.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Square Mat
# Image size is 2475x2475px
#
deck:
dpi: 300
width: 2475
height: 2475
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/strip.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Strip Mat
# Image size is 675x3075px
#
deck:
dpi: 300
width: 675
height: 3075
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/mat/us_game.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: US Game Mat
# Image size is 1050x1425px
#
deck:
dpi: 300
width: 1050
height: 1425
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/misc/document.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Document
# Image size is 2550x3300px
#
deck:
dpi: 300
width: 2550
height: 3300
stroke_width: 5
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0in
y: 0in
width: "-=0.0in"
height: "-=0.0in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.0in
y: 0.0in
width: "-=0.0in"
height: "-=0.0in"

26
lib/squib/layouts/thegamecrafter/misc/play_money.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Play Money
# Image size is 675x1125px
#
deck:
dpi: 300
width: 675
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/punchout/large/custom.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Custom Large Punchout
# Image size is 2475x3150px
#
deck:
dpi: 300
width: 2475
height: 3150
stroke_width: 4
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0in
y: 0in
width: "-=0.0in"
height: "-=0.0in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.0in
y: 0.0in
width: "-=0.0in"
height: "-=0.0in"

26
lib/squib/layouts/thegamecrafter/punchout/large/large_hex_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Hex Tile
# Image size is 1200x1050px
#
deck:
dpi: 300
width: 1200
height: 1050
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 2.0in
y: 1.75in
radius: 1.875in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 2.0in
y: 1.75in
radius: 1.7113248654051871in

26
lib/squib/layouts/thegamecrafter/punchout/large/large_square_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Square Tile
# Image size is 1125x1125px
#
deck:
dpi: 300
width: 1125
height: 1125
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/punchout/large/medium_hex_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Hex Tile
# Image size is 825x750px
#
deck:
dpi: 300
width: 825
height: 750
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 1.375in
y: 1.25in
radius: 1.25in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 1.375in
y: 1.25in
radius: 1.0863248654051871in

26
lib/squib/layouts/thegamecrafter/punchout/large/medium_square_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Square Tile
# Image size is 825x825px
#
deck:
dpi: 300
width: 825
height: 825
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/punchout/medium/custom.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Custom Medium Punchout
# Image size is 2400x1350px
#
deck:
dpi: 300
width: 2400
height: 1350
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0in
y: 0in
width: "-=0.0in"
height: "-=0.0in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.0in
y: 0.0in
width: "-=0.0in"
height: "-=0.0in"

26
lib/squib/layouts/thegamecrafter/punchout/medium/domino_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Domino Tile
# Image size is 675x1275px
#
deck:
dpi: 300
width: 675
height: 1275
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

26
lib/squib/layouts/thegamecrafter/punchout/medium/small_hex_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Hex Tile
# Image size is 675x600px
#
deck:
dpi: 300
width: 675
height: 600
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 1.125in
y: 1.0in
radius: 1.0in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 1.125in
y: 1.0in
radius: 0.8363248654051871in

26
lib/squib/layouts/thegamecrafter/punchout/medium/small_square_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Square Tile
# Image size is 675x675px
#
deck:
dpi: 300
width: 675
height: 675
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

17
lib/squib/layouts/thegamecrafter/punchout/medium/triangle_tile.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Triangle Tile
# Image size is 675x600px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 675
height: 600
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/punchout/small/arrow_chit.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Arrow Chit
# Image size is 150x300px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 150
height: 300
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/punchout/small/bullseye_chit.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Bullseye Chit
# Image size is 375x900px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 375
height: 900
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

26
lib/squib/layouts/thegamecrafter/punchout/small/custom.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Custom Small Punchout
# Image size is 975x1575px
#
deck:
dpi: 300
width: 975
height: 1575
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0in
y: 0in
width: "-=0.0in"
height: "-=0.0in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.0in
y: 0.0in
width: "-=0.0in"
height: "-=0.0in"

26
lib/squib/layouts/thegamecrafter/punchout/small/domino_chit.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Domino Chit
# Image size is 375x675px
#
deck:
dpi: 300
width: 375
height: 675
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

24
lib/squib/layouts/thegamecrafter/punchout/small/large_circle_chit.yml

@ -1,24 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Circle Chit
# Image size is 375x375px
#
deck:
dpi: 300
width: 375
height: 375
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.625in
y: 0.625in
radius: 0.5in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 0.625in
y: 0.625in
radius: 0.375in

28
lib/squib/layouts/thegamecrafter/punchout/small/large_ring.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Ring
# Image size is 450x450px
#
deck:
dpi: 300
width: 450
height: 450
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.75in
y: 0.75in
radius: 0.625in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
template-cut-interior:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.75in
y: 0.75in
radius: 224.625in

26
lib/squib/layouts/thegamecrafter/punchout/small/large_square_chit.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Square Chit
# Image size is 375x375px
#
deck:
dpi: 300
width: 375
height: 375
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

17
lib/squib/layouts/thegamecrafter/punchout/small/large_standee.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Large Standee
# Image size is 375x975px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 375
height: 975
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

24
lib/squib/layouts/thegamecrafter/punchout/small/medium_circle_chit.yml

@ -1,24 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Circle Chit
# Image size is 300x300px
#
deck:
dpi: 300
width: 300
height: 300
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.5in
y: 0.5in
radius: 0.375in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 0.5in
y: 0.5in
radius: 0.25in

28
lib/squib/layouts/thegamecrafter/punchout/small/medium_ring.yml

@ -1,28 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Ring
# Image size is 375x375px
#
deck:
dpi: 300
width: 375
height: 375
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.625in
y: 0.625in
radius: 0.5in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
template-cut-interior:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.625in
y: 0.625in
radius: 187.125in

26
lib/squib/layouts/thegamecrafter/punchout/small/medium_square_chit.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Square Chit
# Image size is 300x300px
#
deck:
dpi: 300
width: 300
height: 300
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

17
lib/squib/layouts/thegamecrafter/punchout/small/medium_standee.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Standee
# Image size is 300x750px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 300
height: 750
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

17
lib/squib/layouts/thegamecrafter/punchout/small/medium_triangle_chit.yml

@ -1,17 +0,0 @@
# Layout for TheGameCrafter.com printed item: Medium Triangle Chit
# Image size is 300x300px
#
# WARNING: the code to write this file is not yet complete
deck:
dpi: 300
width: 300
height: 300
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue

24
lib/squib/layouts/thegamecrafter/punchout/small/mini_circle_tile.yml

@ -1,24 +0,0 @@
# Layout for TheGameCrafter.com printed item: Mini Circle Tile
# Image size is 450x450px
#
deck:
dpi: 300
width: 450
height: 450
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.75in
y: 0.75in
radius: 0.625in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 0.75in
y: 0.75in
radius: 0.5in

26
lib/squib/layouts/thegamecrafter/punchout/small/mini_hex_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Mini Hex Tile
# Image size is 450x450px
#
deck:
dpi: 300
width: 450
height: 450
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: polygon
n: 6
x: 0.75in
y: 0.75in
radius: 0.625in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: polygon
n: 6
x: 0.75in
y: 0.75in
radius: 0.4613248654051871in

26
lib/squib/layouts/thegamecrafter/punchout/small/mini_square_tile.yml

@ -1,26 +0,0 @@
# Layout for TheGameCrafter.com printed item: Mini Square Tile
# Image size is 450x450px
#
deck:
dpi: 300
width: 450
height: 450
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: rect
x: 0.125in
y: 0.125in
width: "-=0.25in"
height: "-=0.25in"
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: rect
x: 0.25in
y: 0.25in
width: "-=0.5in"
height: "-=0.5in"

24
lib/squib/layouts/thegamecrafter/punchout/small/small_circle_chit.yml

@ -1,24 +0,0 @@
# Layout for TheGameCrafter.com printed item: Small Circle Chit
# Image size is 225x225px
#
deck:
dpi: 300
width: 225
height: 225
stroke_width: 2
template-cut-outline:
extends: deck
dash: 5 5
stroke_color: :red
type: circle
x: 0.375in
y: 0.375in
radius: 0.25in
template-safe-outline:
extends: deck
dash: 5 5
stroke_color: :blue
type: circle
x: 0.375in
y: 0.375in
radius: 0.125in

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save