mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
modmgr to actually check dependency WIP
This commit is contained in:
@@ -721,7 +721,7 @@ internal object BlocksDrawer {
|
||||
tilesFluid.dispose()
|
||||
tilesBuffer.dispose()
|
||||
_tilesBufferAsTex.dispose()
|
||||
tilesQuad.dispose()
|
||||
try { tilesQuad.dispose() } catch (e: UninitializedPropertyAccessException) {}
|
||||
shader.dispose()
|
||||
|
||||
App.tileMaker.dispose()
|
||||
|
||||
@@ -123,12 +123,6 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user