tiling placeholder actorblock (for future use)

This commit is contained in:
minjaesong
2021-10-05 20:21:15 +09:00
parent e2e0d21e27
commit 59aa595a0e
5 changed files with 14 additions and 2 deletions

View File

@@ -123,7 +123,12 @@ class CreateTileAtlas {
System.err.println("Couldn't load file $filehandle from $modname, skipping...")
}
}
// hard-coding shits
tags["basegame:4090"] = RenderTag(
tags["basegame:4090"]!!.tileNumber,
RenderTag.CONNECT_MUTUAL,
RenderTag.MASK_NA
)
// test print
//PixmapIO2.writeTGA(Gdx.files.absolute("${AppLoader.defaultDir}/atlas.tga"), atlas, false)