|
|
@ -76,7 +76,7 @@ public class LevelRenderer extends Object{ |
|
|
|
} |
|
|
|
} |
|
|
|
if (RabiClone.player!=null) { |
|
|
|
if (RabiClone.player!=null) { |
|
|
|
Draw_Animated_Object(RabiClone.player,RabiClone.player.facing_direction?Transform.HORIZONTAL:Transform.NONE); |
|
|
|
Draw_Animated_Object(RabiClone.player,RabiClone.player.facing_direction?Transform.HORIZONTAL:Transform.NONE); |
|
|
|
Draw_Text(4,4,new String(RabiClone.player.x_velocity),Font.PROFONT_12); |
|
|
|
Draw_Text(4,4,new String(RabiClone.player.y_velocity),Font.PROFONT_12); |
|
|
|
Draw_Text(4,4+Font.PROFONT_12.getGlyphHeight(),new String(RabiClone.player.slide_time3),Font.PROFONT_12); |
|
|
|
Draw_Text(4,4+Font.PROFONT_12.getGlyphHeight(),new String(RabiClone.player.slide_time3),Font.PROFONT_12); |
|
|
|
} |
|
|
|
} |
|
|
|
//RenderCollisionGrid(p);
|
|
|
|
//RenderCollisionGrid(p);
|
|
|
|