Skip to content

Commit

Permalink
export document
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 16, 2023
1 parent c78997d commit 3b3c55c
Show file tree
Hide file tree
Showing 399 changed files with 15,694 additions and 15 deletions.
3 changes: 1 addition & 2 deletions dist/rexnamevaluelabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -12880,9 +12880,8 @@
var bar = GetValue(config, 'bar', undefined);
var action = GetValue(config, 'action', undefined);
var actionMask = GetValue(config, 'actionMask', undefined);
var isLineBar = true;
var isLineBar = GetValue(bar, 'shape', 'line') === 'line';
if (IsPlainObject(bar)) {
isLineBar = GetValue(bar, 'shape', 'line') === 'line';
var BarClass = isLineBar ? LineProgress : CircularProgress;
bar = new BarClass(scene, bar);
scene.add.existing(bar);
Expand Down
2 changes: 1 addition & 1 deletion dist/rexnamevaluelabel.min.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions dist/rexuiplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -43862,9 +43862,8 @@
var bar = GetValue$1o(config, 'bar', undefined);
var action = GetValue$1o(config, 'action', undefined);
var actionMask = GetValue$1o(config, 'actionMask', undefined);
var isLineBar = true;
var isLineBar = GetValue$1o(bar, 'shape', 'line') === 'line';
if (IsPlainObject$d(bar)) {
isLineBar = GetValue$1o(bar, 'shape', 'line') === 'line';
var BarClass = isLineBar ? LineProgress : CircularProgress;
bar = new BarClass(scene, bar);
scene.add.existing(bar);
Expand Down Expand Up @@ -44862,7 +44861,7 @@
_this.levelCounter.on('levelup', OnLevelUp, _assertThisInitialized(_this));
_this.player.on('complete', function () {
this.player.clear();
this.emit('levelup.complete', this);
this.emit('levelup.complete', this.level, this);
}, _assertThisInitialized(_this));
_this.setValue(_this.exp, _this.getExp(_this.level), _this.getExp(_this.level + 1));
return _this;
Expand Down
2 changes: 1 addition & 1 deletion dist/rexuiplugin.min.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7861,6 +7861,20 @@








<li class="md-nav__item">
<a href="/phaser3-rex-notes/docs/site/ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/achievements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8009,6 +8009,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/alphamaskimage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8018,6 +8018,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/anchor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8002,6 +8002,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/angle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7973,6 +7973,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/animation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8058,6 +8058,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-body/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8236,6 +8236,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-gameobject/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8207,6 +8207,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-tcrp-player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8025,6 +8025,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-tcrp-recorder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8025,6 +8025,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-tcrp-step-runner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7990,6 +7990,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/arcade-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8215,6 +8215,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/array-addremove/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7975,6 +7975,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/array-filter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7954,6 +7954,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/array-random/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7947,6 +7947,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/array-sort/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7954,6 +7954,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions docs/site/audio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8272,6 +8272,20 @@








<li class="md-nav__item">
<a href="../ui-expbar/" class="md-nav__link">
Exp bar
</a>
</li>




</ul>
</nav>
</li>
Expand Down
Loading

0 comments on commit 3b3c55c

Please sign in to comment.