lunariafantasia/Scripts/_.141.rb
2024-01-12 03:12:38 -06:00

27 lines
1.3 KiB
Ruby
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class Window_Text_History < Window_Base
#--------------------------------------------------------------------------
# フォントを大きくする(履歴を見易くする為無効化)
#--------------------------------------------------------------------------
def make_font_bigger_extra
end
#--------------------------------------------------------------------------
# フォントを小さくする(履歴を見易くする為無効化)
#--------------------------------------------------------------------------
def make_font_smaller_extra
end
#--------------------------------------------------------------------------
# ○ SEの演奏 ※履歴用に無効化
#--------------------------------------------------------------------------
def se_play(se)
end
#--------------------------------------------------------------------------
# ○ 文章中の立ち絵変更 ※履歴用に無効化
#--------------------------------------------------------------------------
def stand_change(ary)
end
#--------------------------------------------------------------------------
# ○ 文章中のバルーン表示 ※履歴用に無効化
#--------------------------------------------------------------------------
def balloon_open(ary)
end
end