mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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;
|
||||
}
|
||||
|
||||
public void setColor (Color color) {
|
||||
this.color.set(color);
|
||||
}
|
||||
|
||||
public boolean getFlipX () {
|
||||
return flipX;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user