Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created March 3, 2018 14:14
Show Gist options
  • Save triacontane/cb2face5197bfa7be13959072358285f to your computer and use it in GitHub Desktop.
Save triacontane/cb2face5197bfa7be13959072358285f to your computer and use it in GitHub Desktop.
バトルログに好きなテキストを追加、クリアするスクリプトです。
// バトルログに任意の文章を追加
BattleManager._logWindow.addText('aaa');
// 追加した文字をクリア
BattleManager._logWindow.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment