New tile edge algorithms / Struct value type generation

This commit is contained in:
Anuken
2019-01-28 22:11:23 -05:00
parent 5a3ec8f407
commit 54bade668e
19 changed files with 7275 additions and 7459 deletions

View File

@@ -111,6 +111,10 @@ public class ImagePacker{
return get(Core.atlas.find(name));
}
static boolean has(String name){
return Core.atlas.has(name);
}
static Image get(TextureRegion region){
GenRegion.validate(region);