mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Lots of font size alterations.
Fixed a problem with Magic textless that prevented pt box display. Added most (but not all) of overlay hybrid scripts. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@413 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -33,7 +33,17 @@ default_image := {
|
||||
else if input == "hybrid 2 color blue / red" then default_image_2(image1:"blue.jpg", image2:"red.jpg" )
|
||||
else if input == "hybrid 2 color black / green" then default_image_2(image1:"black.jpg", image2:"green.jpg")
|
||||
else if input == "hybrid 2 color red / white" then default_image_2(image1:"red.jpg", image2:"white.jpg")
|
||||
else if input == "hybrid 2 color green / blue" then default_image_2(image1:"green.jpg", image2:"blue.jpg" )
|
||||
else if input == "hybrid 2 color overlay green / blue" then default_image_2(image1:"green.jpg", image2:"blue.jpg" )
|
||||
else if input == "hybrid 2 color overlay white / blue" then default_image_2(image1:"white.jpg", image2:"blue.jpg" )
|
||||
else if input == "hybrid 2 color overlay blue / black" then default_image_2(image1:"blue.jpg", image2:"black.jpg")
|
||||
else if input == "hybrid 2 color overlay black / red" then default_image_2(image1:"black.jpg", image2:"red.jpg" )
|
||||
else if input == "hybrid 2 color overlay red / green" then default_image_2(image1:"red.jpg", image2:"green.jpg")
|
||||
else if input == "hybrid 2 color overlay green / white" then default_image_2(image1:"green.jpg", image2:"white.jpg")
|
||||
else if input == "hybrid 2 color overlay white / black" then default_image_2(image1:"white.jpg", image2:"black.jpg")
|
||||
else if input == "hybrid 2 color overlay blue / red" then default_image_2(image1:"blue.jpg", image2:"red.jpg" )
|
||||
else if input == "hybrid 2 color overlay black / green" then default_image_2(image1:"black.jpg", image2:"green.jpg")
|
||||
else if input == "hybrid 2 color overlay red / white" then default_image_2(image1:"red.jpg", image2:"white.jpg")
|
||||
else if input == "hybrid 2 color overlay green / blue" then default_image_2(image1:"green.jpg", image2:"blue.jpg" )
|
||||
else if is_artifact() then default_image_1("artifact.jpg")
|
||||
else if is_colorless() then default_image_1("colorless.jpg")
|
||||
else default_image_1("multicolor.jpg")
|
||||
|
||||
Reference in New Issue
Block a user