Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
282b4505
Commit
282b4505
authored
Apr 23, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the errors in extended-art
parent
a50c05af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
data/magic-extended-art.mse-style/Thumbs.db
data/magic-extended-art.mse-style/Thumbs.db
+0
-0
data/magic-extended-art.mse-style/style
data/magic-extended-art.mse-style/style
+12
-4
No files found.
data/magic-extended-art.mse-style/Thumbs.db
deleted
100644 → 0
View file @
a50c05af
File deleted
data/magic-extended-art.mse-style/style
View file @
282b4505
...
@@ -34,6 +34,8 @@ init script:
...
@@ -34,6 +34,8 @@ init script:
else if styling.tap_symbol == "diagonal T" then "mana_t_older.png"
else if styling.tap_symbol == "diagonal T" then "mana_t_older.png"
else "mana_t.png"
else "mana_t.png"
}
}
# Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols }
# Does the card have a color that requires a white font for copyright/artist?
# Does the card have a color that requires a white font for copyright/artist?
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color w/u/b/r)")
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color w/u/b/r)")
...
@@ -54,6 +56,11 @@ styling field:
...
@@ -54,6 +56,11 @@ styling field:
type: boolean
type: boolean
name: grey hybrid name
name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
styling field:
type: boolean
name: use guild mana symbols
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
initial: no
styling field:
styling field:
type: boolean
type: boolean
name: popup mana symbols
name: popup mana symbols
...
@@ -194,10 +201,11 @@ card style:
...
@@ -194,10 +201,11 @@ card style:
shadow displacement y: 2
shadow displacement y: 2
color: rgb(211,211,209)
color: rgb(211,211,209)
symbol font:
symbol font:
name: magic-mana-small
name:
# { if styling.popup_mana_symbols
script:
# then "magic-mana-large"
if styling.popup_mana_symbols
# else "magic-mana-small" }
then "magic-mana-large"
else "magic-mana-small"
size: 14
size: 14
alignment: middle left
alignment: middle left
z index: 2
z index: 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment