mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fixing a little boo-boo in planes. Forgot to define inverted common symbol variation.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1425 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ installer group: Magic Planechase/normal style
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 01
|
position hint: 01
|
||||||
|
|
||||||
version: 2009-08-11
|
version: 2009-08-12
|
||||||
depends on:
|
depends on:
|
||||||
package: planechase.mse-game
|
package: planechase.mse-game
|
||||||
version: 2009-08-11
|
version: 2009-08-11
|
||||||
@@ -32,6 +32,15 @@ init script:
|
|||||||
# Use guild mana symbols?
|
# Use guild mana symbols?
|
||||||
guild_mana := { styling.use_guild_mana_symbols }
|
guild_mana := { styling.use_guild_mana_symbols }
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
set info style:
|
||||||
|
symbol:
|
||||||
|
variation:
|
||||||
|
name: invertedcommon
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: solid
|
||||||
|
fill color: rgb(255,255,255)
|
||||||
|
border color: rgb(0,0,0)
|
||||||
############################################################## Extra style options
|
############################################################## Extra style options
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user