k
This commit is contained in:
parent
380415f035
commit
79ae1d0dcc
3 changed files with 27 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ public class Node extends Sprite {
|
|||
super.setTranslationGL();
|
||||
//the rotation
|
||||
Rectangle rect = getBound();
|
||||
super.setRotationGL(rect.width/2,rect.height/2);
|
||||
//super.setRotationGL(rect.width/2,rect.height/2);
|
||||
//Sets the scale of the sprite
|
||||
super.setScaleGL();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue