mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Don't show default skin.
This commit is contained in:
parent
e5032250bc
commit
e4bd9124a5
@ -124,6 +124,7 @@ var skinsDemo = function(pathPrefix, loadingComplete, bgColor) {
|
||||
var list = $("#skinsdemo-active-skin");
|
||||
for (var skin in skeleton.data.skins) {
|
||||
skin = skeleton.data.skins[skin];
|
||||
if (skin.name == "default") continue;
|
||||
var option = $("<option></option>");
|
||||
option.attr("value", skin.name).text(skin.name);
|
||||
if (skin.name === "Assassin") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user