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
5657dff3
Commit
5657dff3
authored
May 13, 2007
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a problem with some land blends not auto-switching.
Fixed the B/R/G mana symbol.
parent
529605f1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
data/magic-mana-beveled.mse-symbol-font/symbol-font
data/magic-mana-beveled.mse-symbol-font/symbol-font
+1
-1
data/magic-mana-large.mse-symbol-font/symbol-font
data/magic-mana-large.mse-symbol-font/symbol-font
+1
-1
data/magic-mana-small.mse-symbol-font/symbol-font
data/magic-mana-small.mse-symbol-font/symbol-font
+1
-1
data/magic.mse-game/game
data/magic.mse-game/game
+3
-3
No files found.
data/magic-mana-beveled.mse-symbol-font/symbol-font
View file @
5657dff3
...
...
@@ -19,7 +19,7 @@ symbol:
code: B/G/W
image: mana_bgw.png
symbol:
code:
G/B/R
code:
B/R/G
image: mana_brg.png
symbol:
code: G/U/B
...
...
data/magic-mana-large.mse-symbol-font/symbol-font
View file @
5657dff3
...
...
@@ -21,7 +21,7 @@ symbol:
image: mana_bgw.png
image font size: 145
symbol:
code:
G/B/R
code:
B/R/G
image: mana_brg.png
image font size: 145
symbol:
...
...
data/magic-mana-small.mse-symbol-font/symbol-font
View file @
5657dff3
...
...
@@ -28,7 +28,7 @@ symbol:
image: mana_bgw.png
image font size: 145
symbol:
code:
G/B/R
code:
B/R/G
image: mana_brg.png
image font size: 145
symbol:
...
...
data/magic.mse-game/game
View file @
5657dff3
...
...
@@ -110,12 +110,12 @@ init script:
else if colors = "UB" then "land 2 color blue / black"
else if colors = "BR" then "land 2 color black / red"
else if colors = "RG" then "land 2 color red / green"
else if colors = "
WG
" then "land 2 color green / white"
else if colors = "
GW
" then "land 2 color green / white"
else if colors = "WB" then "land 2 color white / black"
else if colors = "UR" then "land 2 color blue / red"
else if colors = "BG" then "land 2 color black / green"
else if colors = "
WR
" then "land 2 color red / white"
else if colors = "
UG
" then "land 2 color green / blue"
else if colors = "
RW
" then "land 2 color red / white"
else if colors = "
GU
" then "land 2 color green / blue"
else "land 1 color multicolor"
)
};
...
...
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