Skip to content

Instantly share code, notes, and snippets.

@lctseng
Created March 5, 2017 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lctseng/63febb342f100e728a1332e36d83a605 to your computer and use it in GitHub Desktop.
Save lctseng/63febb342f100e728a1332e36d83a605 to your computer and use it in GitHub Desktop.
class Scene_Load
#--------------------------------------------------------------------------
# ● 讀檔成功處理
#--------------------------------------------------------------------------
alias lctseng_fix_sv_on_load_success on_load_success
def on_load_success
lctseng_fix_sv_on_load_success
$sv_camera = Battle_Camera.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment