Тут тоже

This commit is contained in:
DBotThePony 2022-12-31 00:20:53 +07:00
parent cafbe3d242
commit 2a4ad28e3e
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -46,7 +46,7 @@ class AtlasDefinition private constructor(
} }
fun any(): Sprite { fun any(): Sprite {
return get("root") ?: get("0") ?: first return get("root") ?: get("0") ?: get("default") ?: first
} }
class Sprite( class Sprite(