4楼大大的脚本虽然和皮卡星的一样但不太理解,所以我发卡给皮卡星了。
也就是说按键那里:
def update
super
@command_window.update
if Input.trigger?(Input::C)
case @command_window.index
when 0 #New game
command_new_game
when 1 # Continue
command_continue
when 2
little_game
when 3 # Shutdown
command_shutdown
end
end
end
这样写都可以吗?