Skip to content

Commit

Permalink
Merge pull request #13 from platacard/add-timer
Browse files Browse the repository at this point in the history
feat: change an icon
  • Loading branch information
parabolabamse authored Oct 9, 2024
2 parents 0e2c64a + 72773b4 commit 3197155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/CNextLevelPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function CNextLevelPanel(iRank, iScore, iLevel, raceTime) {
// oScoreText.roll(formatTime(raceTime), 5000,createjs.Ease.cubicOut);
});

var oSprite = s_oSpriteLibrary.getSprite("but_next");
var oSprite = s_oSpriteLibrary.getSprite("but_yes");
_oContinueBut = new CGfxButton(120, 100, oSprite, _oPanelContainer);
_oContinueBut.addEventListener(ON_MOUSE_UP, this._onContinue, this);
_oContinueBut.pulseAnimation();
Expand Down

0 comments on commit 3197155

Please sign in to comment.