mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
disposable UI; loading screen mockup (i heard like loading screen -- sonic 06)
This commit is contained in:
@@ -40,4 +40,8 @@ object Watch7SegMain : BitmapFont() {
|
||||
override fun getLineHeight() = H.toFloat()
|
||||
override fun getCapHeight() = getLineHeight()
|
||||
override fun getXHeight() = getLineHeight()
|
||||
|
||||
override fun dispose() {
|
||||
fontSheet.dispose()
|
||||
}
|
||||
}
|
||||
@@ -39,4 +39,8 @@ object WatchDotAlph : BitmapFont() {
|
||||
override fun getLineHeight() = H.toFloat()
|
||||
override fun getCapHeight() = getLineHeight()
|
||||
override fun getXHeight() = getLineHeight()
|
||||
|
||||
override fun dispose() {
|
||||
fontSheet.dispose()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user