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
a75b9546
Commit
a75b9546
authored
Apr 14, 2016
by
Peter Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust synchro-pendulum image.
Adjust Level.
parent
41ffb93c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
data/yugioh-classical-levels.mse-symbol-font/xyzstar.png
data/yugioh-classical-levels.mse-symbol-font/xyzstar.png
+0
-0
data/yugioh-classical.mse-style/card_psynchro.jpg
data/yugioh-classical.mse-style/card_psynchro.jpg
+0
-0
data/yugioh-classical.mse-style/style
data/yugioh-classical.mse-style/style
+7
-13
No files found.
data/yugioh-classical-levels.mse-symbol-font/xyzstar.png
View replaced file @
41ffb93c
View file @
a75b9546
3.14 KB
|
W:
|
H:
1.01 KB
|
W:
|
H:
2-up
Swipe
Onion skin
data/yugioh-classical.mse-style/card_psynchro.jpg
View replaced file @
41ffb93c
View file @
a75b9546
36.7 KB
|
W:
|
H:
38.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
data/yugioh-classical.mse-style/style
View file @
a75b9546
...
...
@@ -70,8 +70,6 @@ init script:
# 是不是 xyz 怪兽
is_xyz := { card.card_type == "xyz monster" }
is_not_xyz := { not is_xyz() }
# 是不是自制新卡模(via 冥府王子)
is_new_model := { is_pendulum() and card.card_type != "xyz monster" and card.card_type != "effect monster" and card.card_type != "normal_monster" }
# 是否具有大于或等于 10 的刻度
is_big_pendulum_scale_1 := { to_int(card.pendulum_scale_1) > 9 }
is_big_pendulum_scale_2 := { to_int(card.pendulum_scale_2) > 9 }
...
...
@@ -110,8 +108,7 @@ card style:
name:
left:
script:
if is_new_model() then 14
else if is_xyz() or is_pendulum() then 12
if is_xyz() or is_pendulum() then 12
else 14
top: { if is_xyz() or is_pendulum() then 14 else 18 }
width: 127
...
...
@@ -149,17 +146,14 @@ card style:
dark: { "attribute/att_dark.png" }
divine: { "attribute/att_devine.png"}
level:
left:
{ if is_12star() then 20 else 17 }
left:
18
top:
script:
if is_pendulum() then 34
else if is_xyz() then 35
else 37.5
height: 12
width:
script:
if is_12star() then 136
else if is_monster() then 144 else 140
if is_pendulum() then 33
else if is_xyz() then 34
else 36.5
height: 14
width: { if is_monster() then 144 else 140 }
z index: 3
alignment: { if is_blmonster() then "middle left" else "middle right" }
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