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
1ed8726c
Commit
1ed8726c
authored
Aug 10, 2008
by
artfreakwiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
311cd2fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
data/yugioh-standard.mse-style/style
data/yugioh-standard.mse-style/style
+6
-6
data/yugioh-text-replacements.mse-symbol-font/qmark.png
data/yugioh-text-replacements.mse-symbol-font/qmark.png
+0
-0
data/yugioh-text-replacements.mse-symbol-font/symbol-font
data/yugioh-text-replacements.mse-symbol-font/symbol-font
+6
-0
data/yugioh.mse-game/game
data/yugioh.mse-game/game
+6
-2
No files found.
data/yugioh-standard.mse-style/style
View file @
1ed8726c
...
...
@@ -202,7 +202,7 @@ card style:
script: if is_nmonster() then 92 else 62
font:
name: MatrixBook
size:
9
size:
8
scale down to: 4
color: rgb(0,0,0)
symbol font:
...
...
@@ -214,7 +214,7 @@ card style:
padding left: 1
padding top: 2
padding right: 0
padding bottom:
1
padding bottom:
0
line height hard: 1.0
line height line: 1.0
line height soft: 0.9
...
...
@@ -236,7 +236,7 @@ card style:
symbol font:
name: yugioh-text-replacements
alignment: middle center
size:
8
size:
6
visible: script: if is_nmonster() then false else true
defense:
z index: 4
...
...
@@ -254,20 +254,20 @@ card style:
symbol font:
name: yugioh-text-replacements
alignment: middle center
size:
8
size:
6
visible: script: if is_nmonster() then false else true
############################# Card sorting / numbering
############################# Copyright stuff
gamecode:
left: 16
top : 49
5
top : 49
4
width: 96
height: 18
alignment: middle left
z index: 2
font:
name: Palatino Linotype
size:
7
size:
8
color: rgb(0,0,0)
copyright:
left: { if styling.corner_stamp=="no" then 202 else 180 }
...
...
data/yugioh-text-replacements.mse-symbol-font/qmark.png
0 → 100644
View file @
1ed8726c
780 Bytes
data/yugioh-text-replacements.mse-symbol-font/symbol-font
View file @
1ed8726c
...
...
@@ -17,6 +17,11 @@ symbol:
symbol:
code: @
image: infinity.png
image font size: 25
symbol:
code: ?
image: qmark.png
image font size: 32
symbol:
code: *
image: dot.png
...
...
@@ -27,4 +32,5 @@ insert symbol menu:
item: [
item: ]
item: @
item: ?
item: *
data/yugioh.mse-game/game
View file @
1ed8726c
...
...
@@ -36,7 +36,7 @@ init script:
) +
# step 4 : symbols
replace_rule(
match: "[|@|*|]",
match: "[|@|*|
?|
]",
replace: "<sym-auto>&</sym-auto>" );
level_filter :=
# step 1 : remove all automatic tags
...
...
@@ -48,9 +48,13 @@ init script:
a_and_d_filter :=
# step 1 : remove all automatic tags
tag_remove_rule(tag: "<sym-auto>") +
# step 2 :
symbols
# step 2 :
infinity
replace_rule(
match: "@",
replace: "<sym-auto>&</sym-auto>" ) +
# step 3 : question mark
replace_rule(
match: "\\?",
replace: "<sym-auto>&</sym-auto>" );
copyright_filter :=
# step 1 : trademark symbol
...
...
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