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
02baf0b1
Commit
02baf0b1
authored
Sep 21, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Size of rarity symbol on fpm templates
parent
54a9a4e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
16 deletions
+14
-16
data/magic-firepenguinmaster-flip.mse-style/style
data/magic-firepenguinmaster-flip.mse-style/style
+3
-3
data/magic-firepenguinmaster.mse-style/style
data/magic-firepenguinmaster.mse-style/style
+3
-3
data/magic-firepenguinmastersplit.mse-style/style
data/magic-firepenguinmastersplit.mse-style/style
+4
-4
data/magic-firepenguinmastertokens.mse-style/style
data/magic-firepenguinmastertokens.mse-style/style
+4
-6
No files found.
data/magic-firepenguinmaster-flip.mse-style/style
View file @
02baf0b1
...
...
@@ -227,10 +227,10 @@ card style:
color: rgb(0,0,0)
separator color: rgb(128,128,128)
rarity:
left:
64
left:
70
top : 348
width:
44
height: 2
2
width:
33
height: 2
3
z index: 1
alignment: middle center
render style: image
...
...
data/magic-firepenguinmaster.mse-style/style
View file @
02baf0b1
...
...
@@ -205,10 +205,10 @@ card style:
separator color: rgb(128,128,128)
rarity:
left:
64
left:
70
top : 302
width:
44
height: 2
2
width:
33
height: 2
3
z index: 1
alignment: middle center
render style: image
...
...
data/magic-firepenguinmastersplit.mse-style/style
View file @
02baf0b1
...
...
@@ -272,9 +272,9 @@ card style:
color: rgb(0,0,0)
separator color: rgb(128,128,128)
rarity:
left:
48.45
left:
53
top : 214
width:
34
width:
25
height: 17
z index: 1
alignment: middle center
...
...
@@ -287,9 +287,9 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special")
rarity 2:
left: 30
1.54
left: 30
6
top : 214
width:
34
width:
25
height: 17
z index: 1
alignment: middle center
...
...
data/magic-firepenguinmastertokens.mse-style/style
View file @
02baf0b1
...
...
@@ -204,11 +204,9 @@ card style:
separator color: rgb(128,128,128)
rarity:
left:
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64
else 23 }
top : 471
width: 44
left: { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 70 else 21 }
top : { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 468 else 471 }
width: 33
height: 22
z index: 3
alignment: middle center
...
...
@@ -385,7 +383,7 @@ extra card style:
height: 41
render style: image
popup style: in place
visible: {
card.type
!= "" or card.illustrator != "" or card.copyright != "" }
visible: {
to_text(card.type)
!= "" or card.illustrator != "" or card.copyright != "" }
image: { card_typeline() }
z index: 2
paintbrush:
...
...
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