Many various bugfixes
This commit is contained in:
@@ -299,9 +299,9 @@ public class MobileInput extends InputHandler implements GestureListener{
|
||||
@Override
|
||||
public void drawOutlined(){
|
||||
|
||||
Draw.color(Palette.placing);
|
||||
Lines.poly(player.x, player.y, 100, Player.placeDistance);
|
||||
Draw.color();
|
||||
//Draw.color(Palette.placing);
|
||||
//Lines.poly(player.x, player.y, 100, Player.placeDistance);
|
||||
//Draw.color();
|
||||
|
||||
Shaders.mix.color.set(Palette.accent);
|
||||
Graphics.shader(Shaders.mix);
|
||||
|
||||
Reference in New Issue
Block a user