Skip to content

Commit

Permalink
Added Black Dragon files (#2532)
Browse files Browse the repository at this point in the history
* Added Black Dragon files

Added sprite sheet, json, and credits files for black dragon mutation

* Update magiclysm_black_dragon.json

Corrected error where the dragon legs mutation had male set twice and female was missing

* Re-configuration of sprites

Re-configuration of sprites to match the rest of the repo. They're handled differently in CDDA's base tileset download, so I was confused as to how the layout was supposed to work at first.
  • Loading branch information
Seb-The-SamMarten committed Sep 29, 2024
1 parent 5054347 commit 2b941f1
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": [ "overlay_female_mutation_TOE_CLAWS", "overlay_female_mutation_DRAGON_FEET" ],
"fg": "overlay_female_mutation_DRAGON_FEET",
"bg": ""
}
]
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": [ "overlay_female_mutation_DRAGON_TAIL_SCALED", "overlay_female_mutation_DRAGON_TAIL" ],
"fg": "overlay_female_mutation_DRAGON_TAIL_SCALED",
"bg": ""
}
]
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": [ "overlay_male_mutation_TOE_CLAWS", "overlay_male_mutation_DRAGON_FEET" ],
"fg": "overlay_male_mutation_DRAGON_FEET",
"bg": ""
}
]
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": [ "overlay_male_mutation_DRAGON_TAIL_SCALED", "overlay_male_mutation_DRAGON_TAIL" ],
"fg": "overlay_male_mutation_DRAGON_TAIL_SCALED",
"bg": ""
}
]
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.

0 comments on commit 2b941f1

Please sign in to comment.