diff --git a/CMakeLists.txt b/CMakeLists.txt index eaca920..1d8cc9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,8 @@ set(ASSETS ) set(ASSETS_cg - assets-cg/demo_player.png + assets-cg/player_male.png + assets-cg/player_female.png assets-cg/npc/char/npc_male.png assets-cg/SignAction.png assets-cg/npc/face/npc_male.png @@ -63,7 +64,7 @@ set(ASSETS_cg_EGA64 ) set(ASSETS_fx - assets-fx/demo_player.png + assets-fx/player_male.png assets-fx/npc/char/npc_male.png assets-fx/SignAction.png assets-fx/npc/face/npc_male.png diff --git a/assets-cg/INFO_Icon.png b/assets-cg/INFO_Icon.png index e6e1ae1..ba8e286 100644 Binary files a/assets-cg/INFO_Icon.png and b/assets-cg/INFO_Icon.png differ diff --git a/assets-cg/SGN_Icon.png b/assets-cg/SGN_Icon.png index bb2b604..d3b15f5 100644 Binary files a/assets-cg/SGN_Icon.png and b/assets-cg/SGN_Icon.png differ diff --git a/assets-cg/SignAction.png b/assets-cg/SignAction.png index bef6748..965ea6e 100644 Binary files a/assets-cg/SignAction.png and b/assets-cg/SignAction.png differ diff --git a/assets-cg/demo_player.png b/assets-cg/demo_player.png deleted file mode 100644 index b212897..0000000 Binary files a/assets-cg/demo_player.png and /dev/null differ diff --git a/assets-cg/fxconv-metadata.txt b/assets-cg/fxconv-metadata.txt index 86e8216..406fdaf 100644 --- a/assets-cg/fxconv-metadata.txt +++ b/assets-cg/fxconv-metadata.txt @@ -4,6 +4,9 @@ profile: p8 scale: 1 +player_male.png: + name: demo_player_img + font.png: name: fontRPG custom-type: font diff --git a/assets-cg/npc/char/fxconv-metadata.txt b/assets-cg/npc/char/fxconv-metadata.txt index b7658e5..caf3ddb 100644 --- a/assets-cg/npc/char/fxconv-metadata.txt +++ b/assets-cg/npc/char/fxconv-metadata.txt @@ -1,3 +1,7 @@ npc_male.png: type: bopti-image name: demo_PNJ_img + +npc_female.png: + type: bopti-image + name: demo_PNJ_img diff --git a/assets-cg/npc/char/npc_female.png b/assets-cg/npc/char/npc_female.png new file mode 100644 index 0000000..be8c41f Binary files /dev/null and b/assets-cg/npc/char/npc_female.png differ diff --git a/assets-cg/npc/char/npc_male.png b/assets-cg/npc/char/npc_male.png index f4d654b..3127973 100644 Binary files a/assets-cg/npc/char/npc_male.png and b/assets-cg/npc/char/npc_male.png differ diff --git a/assets-cg/npc/char/npc_milkman.png b/assets-cg/npc/char/npc_milkman.png new file mode 100644 index 0000000..c627f13 Binary files /dev/null and b/assets-cg/npc/char/npc_milkman.png differ diff --git a/assets-cg/npc/char/npc_police.png b/assets-cg/npc/char/npc_police.png new file mode 100644 index 0000000..9d44729 Binary files /dev/null and b/assets-cg/npc/char/npc_police.png differ diff --git a/assets-cg/npc/face/npc_female.png b/assets-cg/npc/face/npc_female.png index c0edcfd..77f10cc 100644 Binary files a/assets-cg/npc/face/npc_female.png and b/assets-cg/npc/face/npc_female.png differ diff --git a/assets-cg/npc/face/npc_police.png b/assets-cg/npc/face/npc_police.png index 57d50a5..d9ec265 100644 Binary files a/assets-cg/npc/face/npc_police.png and b/assets-cg/npc/face/npc_police.png differ diff --git a/assets-cg/player_female.png b/assets-cg/player_female.png new file mode 100644 index 0000000..0e50cae Binary files /dev/null and b/assets-cg/player_female.png differ diff --git a/assets-cg/player_male.png b/assets-cg/player_male.png new file mode 100644 index 0000000..503aa03 Binary files /dev/null and b/assets-cg/player_male.png differ diff --git a/assets-fx/fxconv-metadata.txt b/assets-fx/fxconv-metadata.txt index 12e9d02..25201a7 100644 --- a/assets-fx/fxconv-metadata.txt +++ b/assets-fx/fxconv-metadata.txt @@ -1,6 +1,9 @@ -demo_player.png: +player_male.png: type: bopti-image name: demo_player_img +player_female.png: + type: bopti-image + name: player_female player_face.png: type: bopti-image diff --git a/assets-fx/player_female.png b/assets-fx/player_female.png new file mode 100644 index 0000000..786f9b9 Binary files /dev/null and b/assets-fx/player_female.png differ diff --git a/assets-fx/demo_player.png b/assets-fx/player_male.png similarity index 100% rename from assets-fx/demo_player.png rename to assets-fx/player_male.png