Тут тоже
This commit is contained in:
parent
cafbe3d242
commit
2a4ad28e3e
@ -46,7 +46,7 @@ class AtlasDefinition private constructor(
|
||||
}
|
||||
|
||||
fun any(): Sprite {
|
||||
return get("root") ?: get("0") ?: first
|
||||
return get("root") ?: get("0") ?: get("default") ?: first
|
||||
}
|
||||
|
||||
class Sprite(
|
||||
|
Loading…
Reference in New Issue
Block a user