-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change log: -add 40+ pets -bump version
- Loading branch information
Showing
109 changed files
with
2,805 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# All of these images are from the public domain. | ||
|
||
I do not own any of these images. They are all from the public domain. If you are the owner of any of these images and would like them removed, please contact me or open a pull request to remove the image and I will remove them immediately. |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "68", | ||
"imageSrc": "media/68.png", | ||
"frameSize": 128, | ||
"states": { | ||
"stand": { | ||
"spriteLine": 1, | ||
"frameMax": 1 | ||
}, | ||
"walk": { | ||
"spriteLine": 2, | ||
"frameMax": 3 | ||
}, | ||
"sit": { | ||
"spriteLine": 3, | ||
"frameMax": 1 | ||
}, | ||
"greet": { | ||
"spriteLine": 4, | ||
"frameMax": 1 | ||
}, | ||
"crawl": { | ||
"spriteLine": 8, | ||
"frameMax": 8 | ||
}, | ||
"climb": { | ||
"spriteLine": 9, | ||
"frameMax": 8 | ||
}, | ||
"jump": { | ||
"spriteLine": 5, | ||
"frameMax": 1 | ||
}, | ||
"fall": { | ||
"spriteLine": 6, | ||
"frameMax": 4 | ||
}, | ||
"drag": { | ||
"spriteLine": 7, | ||
"frameMax": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "Blooky Shimeji", | ||
"imageSrc": "media/Blooky Shimeji.png", | ||
"frameSize": 128, | ||
"credit": { | ||
"link": "https://undertaleshimejis.tumblr.com/post/140301252826/thank-you-for-6000-followers-here-i-present?is_related_post=1" | ||
}, | ||
"states": { | ||
"stand": { | ||
"spriteLine": 1, | ||
"frameMax": 1 | ||
}, | ||
"walk": { | ||
"spriteLine": 2, | ||
"frameMax": 4 | ||
}, | ||
"sit": { | ||
"spriteLine": 3, | ||
"frameMax": 8 | ||
}, | ||
"greet": { | ||
"spriteLine": 4, | ||
"frameMax": 4 | ||
}, | ||
"crawl": { | ||
"spriteLine": 8, | ||
"frameMax": 8 | ||
}, | ||
"climb": { | ||
"spriteLine": 9, | ||
"frameMax": 8 | ||
}, | ||
"jump": { | ||
"spriteLine": 5, | ||
"frameMax": 1 | ||
}, | ||
"fall": { | ||
"spriteLine": 6, | ||
"frameMax": 3 | ||
}, | ||
"drag": { | ||
"spriteLine": 7, | ||
"frameMax": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "Childe", | ||
"imageSrc": "media/Childe.png", | ||
"frameSize": 128, | ||
"states": { | ||
"stand": { | ||
"spriteLine": 1, | ||
"frameMax": 1 | ||
}, | ||
"walk": { | ||
"spriteLine": 2, | ||
"frameMax": 4 | ||
}, | ||
"sit": { | ||
"spriteLine": 3, | ||
"frameMax": 1 | ||
}, | ||
"greet": { | ||
"spriteLine": 4, | ||
"frameMax": 4 | ||
}, | ||
"crawl": { | ||
"spriteLine": 8, | ||
"frameMax": 8 | ||
}, | ||
"climb": { | ||
"spriteLine": 9, | ||
"frameMax": 8 | ||
}, | ||
"jump": { | ||
"spriteLine": 5, | ||
"frameMax": 1 | ||
}, | ||
"fall": { | ||
"spriteLine": 6, | ||
"frameMax": 3 | ||
}, | ||
"drag": { | ||
"spriteLine": 7, | ||
"frameMax": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "Chongyun", | ||
"imageSrc": "media/Chongyun.png", | ||
"frameSize": 128, | ||
"credit": { | ||
"socialMedia": "@uuteki_art on twitter" | ||
}, | ||
"states": { | ||
"stand": { | ||
"spriteLine": 1, | ||
"frameMax": 1 | ||
}, | ||
"walk": { | ||
"spriteLine": 2, | ||
"frameMax": 4 | ||
}, | ||
"sit": { | ||
"spriteLine": 3, | ||
"frameMax": 1 | ||
}, | ||
"greet": { | ||
"spriteLine": 4, | ||
"frameMax": 4 | ||
}, | ||
"crawl": { | ||
"spriteLine": 8, | ||
"frameMax": 8 | ||
}, | ||
"climb": { | ||
"spriteLine": 9, | ||
"frameMax": 8 | ||
}, | ||
"jump": { | ||
"spriteLine": 5, | ||
"frameMax": 1 | ||
}, | ||
"fall": { | ||
"spriteLine": 6, | ||
"frameMax": 3 | ||
}, | ||
"drag": { | ||
"spriteLine": 7, | ||
"frameMax": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "Electro Childe", | ||
"imageSrc": "media/Electro Childe.png", | ||
"frameSize": 128, | ||
"credit": { | ||
"resource": "https://drive.google.com/drive/folders/1sWs0nQlMJxkIh01qqvCbQF0AF1esdaZQ" | ||
}, | ||
"states": { | ||
"stand": { | ||
"spriteLine": 1, | ||
"frameMax": 1 | ||
}, | ||
"walk": { | ||
"spriteLine": 2, | ||
"frameMax": 4 | ||
}, | ||
"sit": { | ||
"spriteLine": 3, | ||
"frameMax": 1 | ||
}, | ||
"greet": { | ||
"spriteLine": 4, | ||
"frameMax": 4 | ||
}, | ||
"crawl": { | ||
"spriteLine": 8, | ||
"frameMax": 8 | ||
}, | ||
"climb": { | ||
"spriteLine": 9, | ||
"frameMax": 8 | ||
}, | ||
"jump": { | ||
"spriteLine": 5, | ||
"frameMax": 1 | ||
}, | ||
"fall": { | ||
"spriteLine": 6, | ||
"frameMax": 3 | ||
}, | ||
"drag": { | ||
"spriteLine": 7, | ||
"frameMax": 1 | ||
} | ||
} | ||
} |
Oops, something went wrong.