finally working again: create new character

todo: make delete character work
This commit is contained in:
minjaesong
2023-06-27 21:13:51 +09:00
parent 057905c3b7
commit c5874a7f3d
16 changed files with 393 additions and 304 deletions

View File

@@ -32,7 +32,7 @@ class UIAutosaveNotifier : UICanvas() {
private var errored = false
private var normalCol = Color.WHITE
private var errorCol = Color(0xFF8888FF.toInt())
private var errorCol = Toolkit.Theme.COL_RED
override fun updateUI(delta: Float) {
spinnerTimer += delta