mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 18:26:52 +08:00
Added setColor method.
Was hard for people to figure out.
This commit is contained in:
parent
5275e921c8
commit
1a480cd707
@ -402,6 +402,10 @@ public class Skeleton {
|
|||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setColor (Color color) {
|
||||||
|
this.color.set(color);
|
||||||
|
}
|
||||||
|
|
||||||
public boolean getFlipX () {
|
public boolean getFlipX () {
|
||||||
return flipX;
|
return flipX;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user