resized Pleasure-related scripts to allow more space for numbers

This commit is contained in:
onms 2025-04-03 02:54:09 -05:00
parent 7ff377b7cf
commit 949bc15458
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -30,7 +30,7 @@ class Window_Status
draw_text(x + 90, y1 -5, 36, line_height, $game_variables[55], 2)
draw_text(x+85, y1-270 , 30, line_height, $game_variables[481], 2)
change_color(tp_gauge_color2)
draw_text(x+160, y1-245 , 80, line_height, "Pleasure")
draw_text(x+160, y1-245 , 50, line_height, "Pleasure")
draw_text(x+190, y1-245 , 100, line_height, $game_variables[9], 2)
# Edging

View file

@ -55,7 +55,7 @@ module W_REGULAR
#ウィンドウ内に記述される文字のフォントサイズを指定します。
FSIZE[0] = 24
FSIZE[0] = 18
FSIZE[1] = 24
FSIZE[2] = 24