Skip to content
Snippets Groups Projects
Commit b2f281ac authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Merge branch 'feature-kidnapping' into 'devel'

#285 Arrow color changed to green

#285

See merge request !329
parents b8ad20cf f5f3c377
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ import com.badlogic.gdx.scenes.scene2d.ui.Stack;
public class Arrow extends Stack {
private Image normal, pressed;
private boolean disabled = false;
private final Color COLOR_ENABLED = new Color(0x00AADEff);
private final Color COLOR_ENABLED = new Color(0x71B714ff);
private final Color COLOR_DISABLED = Color.GRAY;
public Arrow(TextureRegion arrow, TextureRegion arrowPressed) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment