Compare commits
	
		
			2 Commits
		
	
	
		
			2e8e48f217
			...
			bbcb4e0de2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						bbcb4e0de2
	
				 | 
					
					
						|||
| 
						
						
							
						
						1b82d6f034
	
				 | 
					
					
						
@@ -19,7 +19,17 @@ Squib::Deck.new(cards: 18, layout: 'layout.yml', width: '3.5in', height: '2.5in'
 | 
				
			|||||||
  save_pdf trim: 37.5, file: 'pnp.pdf'
 | 
					  save_pdf trim: 37.5, file: 'pnp.pdf'
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Squib::Deck.new(cards: 1, width: '3in', height: '4in') do
 | 
					Squib::Deck.new(cards: 6, width: '3in', height: '4in') do
 | 
				
			||||||
  rect
 | 
					  rect
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  svg x: '0.5in', y: '0.5in', width: '2.0in', height: '2.0in', file: 'images/hexgrid.svg'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  text x: '0.5in', y: '2.75in', width: '2in', height: '0.5in', str: 'Scoring', align: :center
 | 
				
			||||||
 | 
					  (0..6).each do |i|
 | 
				
			||||||
 | 
					    rect x: inches(0.5) + i * inches(2.0/7.0), y: '3.0in', width: '0.25in', height: '0.25in'
 | 
				
			||||||
 | 
					    rect x: inches(0.5) + i * inches(2.0/7.0), y: '3.25in', width: '0.25in', height: '0.25in'
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					  star x: inches(0.5) + 6 * inches(2.0/7.0) + inches(0.125), y: '3.125in', outer_radius: '0.125in', inner_radius: inches(1.0/16.0), angle: '270deg'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  save_pdf trim: 37.5, file: 'player.pdf'
 | 
					  save_pdf trim: 37.5, file: 'player.pdf'
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 77 KiB  | 
							
								
								
									
										1
									
								
								2022/05-gencant/images/hexgrid.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								2022/05-gencant/images/hexgrid.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 20 KiB  | 
		Reference in New Issue
	
	Block a user