mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
separating stage value from the progress
This commit is contained in:
@@ -28,6 +28,7 @@ open class LoadScreenBase : ScreenAdapter(), Disposable, TerrarumGamescreen {
|
||||
var camera = OrthographicCamera(App.scr.wf, App.scr.hf)
|
||||
|
||||
var progress = AtomicLong(0L) // generic variable, interpretation will vary by the screen
|
||||
var stageValue = 0
|
||||
|
||||
override fun show() {
|
||||
messages.clear()
|
||||
|
||||
Reference in New Issue
Block a user