v0.7.1: Further reduced the opacity of the turn counter

This commit is contained in:
Evan Debenham 2018-12-16 22:46:40 -05:00 committed by Evan Debenham
parent 72661657d2
commit b8f2bf873f

View File

@ -337,7 +337,7 @@ public class GameScene extends PixelScene {
add( busy ); add( busy );
counter = new CircleArc(18, 4.25f); counter = new CircleArc(18, 4.25f);
counter.color( 0x999999, true ); counter.color( 0x808080, true );
counter.camera = uiCamera; counter.camera = uiCamera;
counter.show(this, busy.center(), 0f); counter.show(this, busy.center(), 0f);