# A => [B, C, D, E, F]
#
# A = Button number(按鍵no.)
#
# B = Name (名)
# C = X position in screen tile位置x(以圖塊為單位)
# D = Y position in screen tile位置y(以圖塊為單位)
# E = Icon, if you want a picture write picture 'name' otherwise icon index(圖標号或圖片名)
# F = What this button gonna do?, you have two options, call scene or call(脚本或公共事件)
# common event, if you want scene put scene name, if you want common event
# put common event ID
# This button call the menu screen
1=> ["Menu", 16, 11,'DLC7406_SS', Scene_Menu],
# This button call a common event ID 1
2=> ["Bestiary", 16, 12, 121, 1],#<改這個1依你的工程是改成3