Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Jonathan Dallas Jones
pokerust
Commits
f9b64e32
Commit
f9b64e32
authored
3 years ago
by
Jonathan Dallas Jones
Browse files
Options
Downloads
Patches
Plain Diff
more sprite adds
parent
08abde7c
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pokeapi/pokemon.rs
+10
-0
src/pokeapi/pokemon.rs
with
10 additions
and
0 deletions
src/pokeapi/pokemon.rs
+
10
−
0
View file @
f9b64e32
...
...
@@ -354,8 +354,10 @@ pub struct ArtOther {
pub
struct
ArtRedBlue
{
pub
back_default
:
Option
<
String
>
,
pub
back_gray
:
Option
<
String
>
,
pub
back_transparent
:
Option
<
String
>
,
pub
front_default
:
Option
<
String
>
,
pub
front_gray
:
Option
<
String
>
,
pub
front_transparent
:
Option
<
String
>
,
}
#[derive(Serialize,
Deserialize,
Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
@@ -364,8 +366,10 @@ pub struct ArtRedBlue {
pub
struct
ArtYellow
{
pub
back_default
:
Option
<
String
>
,
pub
back_gray
:
Option
<
String
>
,
pub
back_transparent
:
Option
<
String
>
,
pub
front_default
:
Option
<
String
>
,
pub
front_gray
:
Option
<
String
>
,
pub
front_transparent
:
Option
<
String
>
,
}
#[derive(Serialize,
Deserialize,
Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
@@ -383,8 +387,12 @@ pub struct ArtGenI {
pub
struct
ArtCrystal
{
pub
back_default
:
Option
<
String
>
,
pub
back_shiny
:
Option
<
String
>
,
pub
back_shiny_transparent
:
Option
<
String
>
,
pub
back_transparent
:
Option
<
String
>
,
pub
front_default
:
Option
<
String
>
,
pub
front_shiny
:
Option
<
String
>
,
pub
front_shiny_transparent
:
Option
<
String
>
,
pub
front_transparent
:
Option
<
String
>
,
}
#[derive(Serialize,
Deserialize,
Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
@@ -395,6 +403,7 @@ pub struct ArtGold {
pub
back_shiny
:
Option
<
String
>
,
pub
front_default
:
Option
<
String
>
,
pub
front_shiny
:
Option
<
String
>
,
pub
front_transparent
:
Option
<
String
>
,
}
#[derive(Serialize,
Deserialize,
Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
@@ -405,6 +414,7 @@ pub struct ArtSilver {
pub
back_shiny
:
Option
<
String
>
,
pub
front_default
:
Option
<
String
>
,
pub
front_shiny
:
Option
<
String
>
,
pub
front_transparent
:
Option
<
String
>
,
}
#[derive(Serialize,
Deserialize,
Debug,
Clone,
PartialEq,
Eq,
Hash)]
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets