Browse Source

don't need this anymore

dev
Andy Meneely 6 years ago
parent
commit
c473e07c2e
  1. 2
      samples/colors/_switch_color.rb

2
samples/colors/_switch_color.rb

@ -16,7 +16,7 @@ Squib::Deck.new cards: cards['Type'].size do
"white"
end
end
background color: background_color, foo: 'hi'
background color: background_color
text_color = cards['Type'].map do |t|
if color == 'black' && t == "Snake" then

Loading…
Cancel
Save