Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
ImgGen
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
List
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
ImgGen
Commits
19d72442
Commit
19d72442
authored
Nov 15, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pendulum ritual
parent
3c555830
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ImageManager.cs
ImageManager.cs
+6
-1
textures/card_pritual.png
textures/card_pritual.png
+0
-0
No files found.
ImageManager.cs
View file @
19d72442
...
@@ -12,7 +12,7 @@ namespace ImgGen
...
@@ -12,7 +12,7 @@ namespace ImgGen
{
{
private
Bitmap
[]
bAttributes
=
new
Bitmap
[
8
];
private
Bitmap
[]
bAttributes
=
new
Bitmap
[
8
];
private
Bitmap
[]
bStar
=
new
Bitmap
[
2
];
private
Bitmap
[]
bStar
=
new
Bitmap
[
2
];
private
Bitmap
[]
bTemplates
=
new
Bitmap
[
1
5
];
private
Bitmap
[]
bTemplates
=
new
Bitmap
[
1
6
];
private
Bitmap
[]
bType
=
new
Bitmap
[
9
];
private
Bitmap
[]
bType
=
new
Bitmap
[
9
];
private
Bitmap
[]
bLinkNums
=
new
Bitmap
[
8
];
private
Bitmap
[]
bLinkNums
=
new
Bitmap
[
8
];
private
Bitmap
[]
bLinkMarkers
=
new
Bitmap
[
9
];
private
Bitmap
[]
bLinkMarkers
=
new
Bitmap
[
9
];
...
@@ -118,6 +118,7 @@ namespace ImgGen
...
@@ -118,6 +118,7 @@ namespace ImgGen
bTemplates
[
12
]
=
new
Bitmap
(
"./textures/card_psynchro.png"
);
bTemplates
[
12
]
=
new
Bitmap
(
"./textures/card_psynchro.png"
);
bTemplates
[
13
]
=
new
Bitmap
(
"./textures/card_pfusion.png"
);
bTemplates
[
13
]
=
new
Bitmap
(
"./textures/card_pfusion.png"
);
bTemplates
[
14
]
=
new
Bitmap
(
"./textures/card_link.png"
);
bTemplates
[
14
]
=
new
Bitmap
(
"./textures/card_link.png"
);
bTemplates
[
15
]
=
new
Bitmap
(
"./textures/card_pritual.png"
);
bAttributes
[
0
]
=
new
Bitmap
(
"./textures/att_earth.png"
);
bAttributes
[
0
]
=
new
Bitmap
(
"./textures/att_earth.png"
);
bAttributes
[
1
]
=
new
Bitmap
(
"./textures/att_water.png"
);
bAttributes
[
1
]
=
new
Bitmap
(
"./textures/att_water.png"
);
bAttributes
[
2
]
=
new
Bitmap
(
"./textures/att_fire.png"
);
bAttributes
[
2
]
=
new
Bitmap
(
"./textures/att_fire.png"
);
...
@@ -221,6 +222,10 @@ namespace ImgGen
...
@@ -221,6 +222,10 @@ namespace ImgGen
{
{
template
=
bTemplates
[
13
];
template
=
bTemplates
[
13
];
}
}
else
if
(
data
.
isType
(
Type
.
TYPE_RITUAL
))
{
template
=
bTemplates
[
15
];
}
else
if
(
data
.
isType
(
Type
.
TYPE_EFFECT
))
else
if
(
data
.
isType
(
Type
.
TYPE_EFFECT
))
{
{
template
=
bTemplates
[
10
];
template
=
bTemplates
[
10
];
...
...
textures/card_pritual.png
0 → 100644
View file @
19d72442
167 KB
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