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
f938b569
Commit
f938b569
authored
Jan 24, 2011
by
artfreakwiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added script and mask to counters to allow for different colored frames.
parent
7bb1e4aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
data/magic-counter.mse-style/frame_mask.png
data/magic-counter.mse-style/frame_mask.png
+0
-0
data/magic-counter.mse-style/style
data/magic-counter.mse-style/style
+17
-1
No files found.
data/magic-counter.mse-style/frame_mask.png
0 → 100644
View file @
f938b569
27.5 KB
data/magic-counter.mse-style/style
View file @
f938b569
...
...
@@ -6,7 +6,7 @@ icon: card-sample.png
position hint: 963
installer group: magic/counter cards
version: 2011-01-
08
version: 2011-01-
23
depends on:
package: magic.mse-game
version: 2010-10-09
...
...
@@ -77,6 +77,11 @@ styling field:
description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include
required: false
styling field:
type: boolean
name: colored frame
description: Do you want to be able to change the color of the frame?
initial: no
styling style:
use guild mana symbols:
choice images:
...
...
@@ -206,6 +211,10 @@ extra card field:
if card.illustrator != "" then forward_editor(prefix: "Illus. by ", field: card.illustrator)
else forward_editor(prefix: "", field: card.illustrator)
description: The illustrator of the card.
extra card field:
type: color
name: frame color
save value: true
extra card style:
foil layer:
left: 0
...
...
@@ -240,3 +249,10 @@ extra card style:
shadow displacement x: 0
shadow displacement y: 0
shadow blur: 2
frame color:
left: 0
top: 0
width: { if styling.colored_frame=="yes" then 375 else 0 }
height: { if styling.colored_frame=="yes" then 523 else 0 }
z index: 1
mask: frame_mask.png
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