Match skill names

This commit is contained in:
dazedanon 2025-04-30 08:37:00 -05:00
parent 64c5446512
commit 1a5b666dae
5 changed files with 1946 additions and 1843 deletions

Binary file not shown.

Binary file not shown.

View file

@ -205,11 +205,6 @@ self.windowskin = Cache.system("Window") #紅茶走
end
contents.draw_text(*args)
end
def draw_text_exskill(*args)
contents.font.size = 18
contents.draw_text(*args)
end
#--------------------------------------------------------------------------
# ● テキストサイズの取得
#--------------------------------------------------------------------------

View file

@ -156,7 +156,7 @@ class Window_k_Infomation_Window < Window_Base
def refresh
ex_info_refresh
skill = @skill_point_window.item if @skill_point_window
draw_text_exskill(250, 0, contents_width, line_height, skill.ex_help) if skill
draw_text(250, 0, contents_width, line_height, skill.ex_help) if skill
@skill_info_window.refresh(skill) if @skill_info_window
end
end

File diff suppressed because it is too large Load diff