separating stage value from the progress

This commit is contained in:
minjaesong
2023-10-31 14:29:29 +09:00
parent aef55bdc22
commit 706f5ac507
4 changed files with 15 additions and 16 deletions

View File

@@ -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()