diff --git a/assets-cg/1b/tileset/fxconv-metadata.txt b/assets-cg/1b/tileset/fxconv-metadata.txt index bd3621e..fad2b40 100644 --- a/assets-cg/1b/tileset/fxconv-metadata.txt +++ b/assets-cg/1b/tileset/fxconv-metadata.txt @@ -1,3 +1,4 @@ tileset1b_CG.png: type: bopti-image name: img_tilesetnpp + profile: p8 diff --git a/assets-cg/2b/tileset/fxconv-metadata.txt b/assets-cg/2b/tileset/fxconv-metadata.txt index c6c7ba4..203e19f 100644 --- a/assets-cg/2b/tileset/fxconv-metadata.txt +++ b/assets-cg/2b/tileset/fxconv-metadata.txt @@ -1,4 +1,5 @@ tileset2b_CG.png: type: bopti-image name: img_tilesetnpp + profile: p8 \ No newline at end of file diff --git a/assets-cg/SignAction.png b/assets-cg/SignAction.png index 891b824..016e600 100644 Binary files a/assets-cg/SignAction.png and b/assets-cg/SignAction.png differ diff --git a/assets-cg/fxconv-metadata.txt b/assets-cg/fxconv-metadata.txt index 9b21fe9..0380e21 100644 --- a/assets-cg/fxconv-metadata.txt +++ b/assets-cg/fxconv-metadata.txt @@ -1,30 +1,37 @@ demo_player.png: type: bopti-image name: demo_player_img + profile: p8 demo_PNJ.png: type: bopti-image name: demo_PNJ_img + profile: p8 player_face.png: type: bopti-image name: player_face_img + profile: p8 SignAction.png: type: bopti-image name: SignAction_img - + profile: p8 + INFO_Icon.png: type: bopti-image name: INFO_Icon_img + profile: p8 NPC_Icon.png: type: bopti-image name: NPC_Icon_img + profile: p8 SGN_Icon.png: type: bopti-image name: SGN_Icon_img + profile: p8 font.png: name: fontRPG diff --git a/src/game.c b/src/game.c index e8e3c98..e04fea4 100644 --- a/src/game.c +++ b/src/game.c @@ -13,7 +13,7 @@ extern bopti_image_t SignAction_img; -#define MAX_INTERACTION_DISTANCE 16 +#define MAX_INTERACTION_DISTANCE 12 void game_logic(Game *game) {