Skip to content

Commit 4c1b58c

Browse files
committed
v13
1 parent a0f6ba4 commit 4c1b58c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

public/build/dev.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/phaser.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/src/bugs/5429 stroke.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function strokeRoundedRect (g, x, y, width, height, radius)
4848
g.beginPath();
4949
// g.moveTo(x + tl, y);
5050
// g.lineTo(x + width - tr, y);
51-
g.moveTo(479.999, y);
51+
g.moveTo(480, y);
5252
// g.moveTo(x + width - tr, y);
5353

5454
// g.arc(x + width - tr, y + tr, tr, -Phaser.Math.TAU, 0);
@@ -74,7 +74,7 @@ function strokeRoundedRect (g, x, y, width, height, radius)
7474

7575
function create ()
7676
{
77-
this.add.text(500, 32, 'v12');
77+
this.add.text(500, 32, 'v13');
7878

7979
var graphics = this.add.graphics();
8080

0 commit comments

Comments
 (0)