mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 05:39:07 +08:00
Added version placeholder for building JAR.
This commit is contained in:
parent
4a8d02a144
commit
97756d6921
@ -397,6 +397,15 @@ public class SkeletonViewer extends ApplicationAdapter {
|
|||||||
table.add(toasts);
|
table.add(toasts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Table table = new Table();
|
||||||
|
table.setFillParent(true);
|
||||||
|
table.setTouchable(Touchable.disabled);
|
||||||
|
stage.addActor(table);
|
||||||
|
table.pad(10).top().right();
|
||||||
|
table.add(new Label("", skin, "default", Color.LIGHT_GRAY)); // Version.
|
||||||
|
}
|
||||||
|
|
||||||
// Events.
|
// Events.
|
||||||
|
|
||||||
window.addListener(new InputListener() {
|
window.addListener(new InputListener() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user