class Scene_help
def main
s0 = "คำแนะนำการเล่น"
s1 = "1. กดลูกศร ทิศทางต่างๆ เพื่อเลื่อนตำแหน่งตัวละคร"
s2 = "2. เมื่อพบกับตัวละครอื่นๆ กดปุ่ม enter เพื่อพูดคุย หรือสำรวจสิ่งของ"
s3 = "..."
s4= "กดปุ่ม enter กลับไปหน้าจอ tilte"
@command_window = Window_Command.new(500, [s0,s1, s2,s3,s4])
@command_window.x = 20
@command_window.y = 20
Graphics.transition
Graphics.freeze
@command_window.dispose
if Input.trigger?(Input::C)
$scene = Scene_Title.new
end
end
end
ไม่มีความคิดเห็น:
แสดงความคิดเห็น