Skip to content

Commit

Permalink
[0607/frame-view:0.1.0] 左上のフレーム数表記をbaseFrameに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Oct 30, 2022
1 parent e738e63 commit b85882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/danoni_main.js
Expand Up @@ -8325,7 +8325,7 @@ const mainInit = _ => {

// フレーム数
divRoot.appendChild(
createDivCss2Label(`lblframe`, g_scoreObj.nominalFrameNum, { x: 0, y: 0, w: 100, h: 30, siz: 20, display: g_workObj.lifegaugeDisp, })
createDivCss2Label(`lblframe`, g_scoreObj.baseFrame, { x: 0, y: 0, w: 100, h: 30, siz: 20, display: g_workObj.lifegaugeDisp, })
);

// ライフ(数字)部作成
Expand Down

0 comments on commit b85882a

Please sign in to comment.