Skip to content

Commit

Permalink
Increase font size of inventory item count
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Dec 18, 2024
1 parent dc413bc commit ef1a956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storyTeller/stories_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ void stories_inventory_screenDraw(void) {
char strCountItem[STR_MAX];
sprintf(strCountItem, "%d", storyInventoryCount[i]);
video_screenWriteFont(strCountItem,
fontBold18,
fontBold24,
colorWhite,
xItem + itemWidth - 2,
y + itemWidth - 20,
y + itemWidth - 27,
SDL_ALIGN_RIGHT);
}
break;
Expand Down

0 comments on commit ef1a956

Please sign in to comment.