mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
asset archiving wip
This commit is contained in:
@@ -9,6 +9,8 @@ import java.io.InputStream
|
||||
/**
|
||||
* A GDX FileHandle backed by a Clustfile from TerranVirtualDisk.
|
||||
* Allows transparent asset loading from .tevd archives using all standard GDX APIs.
|
||||
*
|
||||
* Created by minjaesong on 2026-02-19.
|
||||
*/
|
||||
class ClustfileHandle(private val clustfile: Clustfile) : FileHandle() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user