Skip to content
Snippets Groups Projects
Commit f5f3c377 authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#285 Arrow color changed to green

parent b8ad20cf
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