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
75c53a90
Commit
75c53a90
authored
Jul 09, 2007
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the "smarter" casting cost and name lines to all Post 8th Magic templates.
parent
a56a8454
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
25 deletions
+24
-25
data/magic-extended-art.mse-style/style
data/magic-extended-art.mse-style/style
+3
-3
data/magic-new-flip.mse-style/style
data/magic-new-flip.mse-style/style
+6
-6
data/magic-new-promo.mse-style/style
data/magic-new-promo.mse-style/style
+3
-3
data/magic-new-split.mse-style/style
data/magic-new-split.mse-style/style
+6
-6
data/magic-planeshifted.mse-style/style
data/magic-planeshifted.mse-style/style
+3
-3
data/magic-textless.mse-style/style
data/magic-textless.mse-style/style
+3
-4
No files found.
data/magic-extended-art.mse-style/style
View file @
75c53a90
...
...
@@ -106,7 +106,7 @@ card style:
name:
left: { if card.card_symbol=="none" then 32 else 51 }
top : 30
width: { if card.card_symbol=="none" then 246 else 227
}
right: { 341 - card_style.casting_cost.content_width
}
height: 23
alignment: bottom shrink-overflow
padding bottom: 0
...
...
@@ -117,9 +117,9 @@ card style:
weight: bold
color: rgb(0,0,0)
casting cost:
left: 280
right: 343
top : 30
width:
63
width:
{ max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: middle right
symbol font:
...
...
data/magic-new-flip.mse-style/style
View file @
75c53a90
...
...
@@ -104,7 +104,7 @@ card style:
name:
left: {if card.card_symbol=="none" then 32 else 51}
top : 30
width: {if card.card_symbol=="none" then 246 else 227
}
right: { 341 - card_style.casting_cost.content_width
}
height: 23
alignment: bottom shrink-overflow
padding bottom: 0
...
...
@@ -116,9 +116,9 @@ card style:
color: rgb(0,0,0)
name 2:
left: 35
right: 343
top : 454
width: 308
left: { 34 + card_style.casting_cost_2.content_width }
height: 23
alignment: bottom shrink-overflow
angle: 180
...
...
@@ -131,9 +131,9 @@ card style:
color: rgb(0,0,0)
casting cost:
left: 280
right: 343
top : 30
width:
63
width:
{ max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
...
...
@@ -146,7 +146,7 @@ card style:
casting cost 2:
left: 32
top : 454
width:
63
width:
{ max(30, card_style.casting_cost_2.content_width) + 5 }
height: 23
alignment: bottom right
angle: 180
...
...
data/magic-new-promo.mse-style/style
View file @
75c53a90
...
...
@@ -113,7 +113,7 @@ card style:
name:
left: { if card.card_symbol=="none" then 32 else 51 }
top : 30
width: { if card.card_symbol=="none" then 246 else 227
}
right: { 341 - card_style.casting_cost.content_width
}
height: 23
alignment: bottom shrink-overflow
padding bottom: 0
...
...
@@ -124,9 +124,9 @@ card style:
weight: bold
color: rgb(0,0,0)
casting cost:
left: 280
right: 343
top : 30
width:
63
width:
{ max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
...
...
data/magic-new-split.mse-style/style
View file @
75c53a90
...
...
@@ -120,7 +120,7 @@ card style:
name:
left: { if card.card_symbol=="none" then 30 else 51 }
top : 27
width: { if card.card_symbol=="none" then 175 else 168
}
right: { 242 - card_style.casting_cost.content_width
}
height: 17
alignment: top shrink-overflow
padding bottom: 0
...
...
@@ -133,7 +133,7 @@ card style:
name 2:
left: { if card.card_symbol_2=="none" then 282 else 51 }
top : 27
width: { if card.card_symbol_2=="none" then 215 else 227
}
right: { 493 - card_style.casting_cost_2.content_width
}
height: 17
alignment: top shrink-overflow
padding bottom: 0
...
...
@@ -144,9 +144,9 @@ card style:
weight: bold
color: rgb(0,0,0)
casting cost:
left: 207
right: 243
top : 27
width:
35
width:
{ max(19, card_style.casting_cost.content_width) + 3 }
height: 16
alignment: bottom right
symbol font:
...
...
@@ -158,9 +158,9 @@ card style:
padding top: 0
casting cost 2:
left: 459
right: 494
top : 27
width:
35
width:
{ max(19, card_style.casting_cost_2.content_width) + 3 }
height: 16
alignment: bottom right
symbol font:
...
...
data/magic-planeshifted.mse-style/style
View file @
75c53a90
...
...
@@ -102,7 +102,7 @@ card style:
name:
left: { if card.card_symbol=="none" then 32 else 51 }
top : 30
width: { if card.card_symbol=="none" then 246 else 227
}
right: { 341 - card_style.casting_cost.content_width
}
height: 23
alignment: middle shrink-overflow
padding bottom: 0
...
...
@@ -116,9 +116,9 @@ card style:
shadow displacement x: -1
shadow displacement y: 1
casting cost:
left: 280
right: 343
top : 30
width:
63
width:
{ max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
...
...
data/magic-textless.mse-style/style
View file @
75c53a90
...
...
@@ -95,8 +95,7 @@ card style:
left:
script: if card.card_symbol=="none" then 32 else 51
top : 30
width:
script: if card.card_symbol=="none" then 246 else 227
right: { 341 - card_style.casting_cost.content_width }
height: 23
alignment: bottom shrink-overflow
padding bottom: 0
...
...
@@ -107,9 +106,9 @@ card style:
weight: bold
color: rgb(0,0,0)
casting cost:
left: 280
right: 343
top : 29
width:
63
width:
{ max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
...
...
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