mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +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({
|
||||
i: i,
|
||||
char: text[i],
|
||||
code: charCode,
|
||||
x: (glyph.xOffset + xAdvance) * scale,
|
||||
|
@ -388,16 +389,6 @@ var GetBitmapTextSize = function (src, round, updateOrigin, out)
|
|||
w: glyph.width * scale,
|
||||
h: glyph.height * scale,
|
||||
line: currentLine,
|
||||
isTinted: false,
|
||||
tintEffect: 0,
|
||||
tintTL: 0,
|
||||
tintTR: 0,
|
||||
tintBL: 0,
|
||||
tintBR: 0,
|
||||
alphaTL: 1,
|
||||
alphaTR: 1,
|
||||
alphaBL: 1,
|
||||
alphaBR: 1,
|
||||
glyph: glyph
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue