v0.7.1: adjusted the size and transparency of the turn counter

This commit is contained in:
Evan Debenham 2018-12-16 16:20:34 -05:00 committed by Evan Debenham
parent a4e4dd3449
commit 3474ec95cc

View File

@ -336,8 +336,8 @@ public class GameScene extends PixelScene {
busy.y = pane.bottom() + 1; busy.y = pane.bottom() + 1;
add( busy ); add( busy );
counter = new CircleArc(18, 4); counter = new CircleArc(18, 4.25f);
counter.color( 0xCCCCCC, true ); counter.color( 0x999999, true );
counter.camera = uiCamera; counter.camera = uiCamera;
counter.show(this, busy.center(), 0f); counter.show(this, busy.center(), 0f);