From b74a89768cd1666e37de0ab0728ef2acb5e199c6 Mon Sep 17 00:00:00 2001 From: Ninjananas Date: Wed, 4 Sep 2024 21:30:24 +0200 Subject: [PATCH] more interesting cards for showcase --- src/deck.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deck.rb b/src/deck.rb index b93b380..7d3a935 100644 --- a/src/deck.rb +++ b/src/deck.rb @@ -79,8 +79,8 @@ Squib::Deck.new( end build :showcase do - hand range: [0, 7, 15, 25, 38, 17], trim: inches(BLEED), trim_radius: inches(0.125), fill_color: 'black' - showcase range: [0, 7, 15, 25, 38, 17], trim: inches(BLEED), trim_radius: inches(0.125), fill_color: 'black' + hand range: [0, 6, 13, 21, 38, 59, 65], trim_radius: inches(0.125), fill_color: 'black' + showcase range: [0, 6, 13, 21, 38, 59, 65], trim: inches(BLEED), trim_radius: inches(0.125), fill_color: 'black' end build :full do