File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License }
55 */
66
7- var Bodies = require ( './lib/factory/Bodies' ) ;
87var Class = require ( '../../utils/Class' ) ;
98var Components = require ( './components' ) ;
109var GameObject = require ( '../../gameobjects/GameObject' ) ;
@@ -119,7 +118,7 @@ var MatterImage = new Class({
119118 }
120119 else
121120 {
122- this . setRectangle ( this . width , this . height , options )
121+ this . setRectangle ( this . width , this . height , options ) ;
123122 }
124123
125124 this . setPosition ( x , y ) ;
Original file line number Diff line number Diff line change 55 */
66
77var AnimationComponent = require ( '../../gameobjects/components/Animation' ) ;
8- var Bodies = require ( './lib/factory/Bodies' ) ;
98var Class = require ( '../../utils/Class' ) ;
109var Components = require ( './components' ) ;
1110var GameObject = require ( '../../gameobjects/GameObject' ) ;
@@ -126,7 +125,7 @@ var MatterSprite = new Class({
126125 }
127126 else
128127 {
129- this . setRectangle ( this . width , this . height , options )
128+ this . setRectangle ( this . width , this . height , options ) ;
130129 }
131130
132131 this . setPosition ( x , y ) ;
You can’t perform that action at this time.
0 commit comments