Danh hiệu : The King Tổng số bài gửi : 1229 MGV Xu : 2677 Danh tiếng : 45 Ngày tham gia : 10/12/2010 Đến từ : Quảng Ninh
Tiêu đề: Script battle HUD 16/12/2010, 11:22
Script:
Code:
#---------------------------------------------------------------------------- # Easy Battle HUD v1.3 (for RPG Maker VX *only*) # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Scripted by Dark Gaia (http://www.darkgaia@live.com.au) # Based in part upon EvenAngel's Battle HUD # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Insert this script under Materials and above Main. This script is compatible # with any other script that doesn't modify the Battle Status window. # **Not to be used with Tankentai ABS battle system** # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Credit if used. Free for use in commercial projects. #----------------------------------------------------------------------------
#-------------------------------------------------------------------------- # ● Set Up Battle HUD #-------------------------------------------------------------------------- # You can customise aspects of your battle HUD here.
FONT_SIZE = 20 # Size of the font in the battle window. STATUS_FONT = ["Verdana"] #Name of the font used in the battle window.