mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
super simple new character window
This commit is contained in:
@@ -321,6 +321,13 @@ object Terrarum : Disposable {
|
||||
} while (hasCollision(ret)) // check for collision
|
||||
return ret
|
||||
}
|
||||
|
||||
|
||||
|
||||
fun getWorldSaveFiledesc(filename: String) = File(App.worldsDir, filename)
|
||||
fun getPlayerSaveFiledesc(filename: String) = File(App.playersDir, filename)
|
||||
fun getSharedSaveFiledesc(filename: String) = File(App.saveSharedDir, filename)
|
||||
|
||||
}
|
||||
|
||||
inline fun SpriteBatch.inUse(action: (SpriteBatch) -> Unit) {
|
||||
|
||||
Reference in New Issue
Block a user