Skip to content

Commit

Permalink
feat(femkni): Add female knight 2 Inspired by Fiona from Heroes 3
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <[email protected]>
  • Loading branch information
dark0dave committed Dec 7, 2023
1 parent 3800f68 commit 6e302b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ Provided both a zip for ease of use plus a weidu mod.
![FEMKNI1](ensrick_portraits/protagonist/FEMKNI1L.BMP)


### FEMKNI2

![FEMKNI2](ensrick_portraits/protagonist/FEMKNI2L.BMP)


### FEMLOC1

![FEMLOC1](ensrick_portraits/protagonist/FEMLOC1L.BMP)
Expand Down
Binary file added ensrick_portraits/protagonist/FEMKNI2L.BMP
Binary file not shown.
Binary file added ensrick_portraits/protagonist/FEMKNI2M.BMP
Binary file not shown.
Binary file added ensrick_portraits/protagonist/FEMKNI2S.BMP
Binary file not shown.
2 changes: 2 additions & 0 deletions process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ main() {
mv "${base_name}".bmp "${newname}"L.BMP
sizer $newname >/dev/null
mv "${newname}"* ensrick_portraits/protagonist/.
rm ${1}
./util/gen_readme.sh
}

main $1

0 comments on commit 6e302b1

Please sign in to comment.