mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Removed un-used properties
This commit is contained in:
parent
9419606f12
commit
7ce39b991c
1 changed files with 1 additions and 10 deletions
|
@ -381,6 +381,7 @@ var GetBitmapTextSize = function (src, round, updateOrigin, out)
|
||||||
}
|
}
|
||||||
|
|
||||||
characters.push({
|
characters.push({
|
||||||
|
i: i,
|
||||||
char: text[i],
|
char: text[i],
|
||||||
code: charCode,
|
code: charCode,
|
||||||
x: (glyph.xOffset + xAdvance) * scale,
|
x: (glyph.xOffset + xAdvance) * scale,
|
||||||
|
@ -388,16 +389,6 @@ var GetBitmapTextSize = function (src, round, updateOrigin, out)
|
||||||
w: glyph.width * scale,
|
w: glyph.width * scale,
|
||||||
h: glyph.height * scale,
|
h: glyph.height * scale,
|
||||||
line: currentLine,
|
line: currentLine,
|
||||||
isTinted: false,
|
|
||||||
tintEffect: 0,
|
|
||||||
tintTL: 0,
|
|
||||||
tintTR: 0,
|
|
||||||
tintBL: 0,
|
|
||||||
tintBR: 0,
|
|
||||||
alphaTL: 1,
|
|
||||||
alphaTR: 1,
|
|
||||||
alphaBL: 1,
|
|
||||||
alphaBR: 1,
|
|
||||||
glyph: glyph
|
glyph: glyph
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue