Skip to content

obj v0012 g_resultMsgObj

tickle edited this page Feb 17, 2021 · 2 revisions

← オブジェクトリファレンスに戻る

g_resultMsgObj

概要

  • フルコンボ演出時の表示を管理するオブジェクト。
    ※ver19.5.2以降廃止
const g_resultMsgObj = {
    allPerfect: `<span class="result_AllPerfect">All Perfect!!</span>`,
    perfect: `<span class="result_Perfect">Perfect!!</span>`,
    fullCombo: `<span class="result_FullCombo">FullCombo!</span>`,
    cleared: `<span class="result_Cleared">CLEARED!</span>`,
    failed: `<span class="result_Failed">FAILED...</span>`,
};

生成タイミング

  • メイン画面開始時

プロパティ

  • allPerfect
  • perfect
  • fullCombo
  • cleared
  • failed

English | Japanese

How To Play
(プレイ方法)

How To Make
(作り方、移行方法)

How To Upgrade? / What's New?
(本体の更新方法、更新情報)

Specification (for creators)
(仕様・製作者向け)

Specification (for developers)
(仕様・開発者向け)

Tips
(用途別対処方法)

Repository Local Rules
(リポジトリルール・管理者向け)

Others
(その他)

Clone this wiki locally