still cleaning up

Making wall item textures takes SO long
This commit is contained in:
Minjae Song
2018-12-25 15:39:01 +09:00
parent a899462333
commit 288fa46418
6 changed files with 90 additions and 68 deletions

View File

@@ -24,7 +24,7 @@ class Notification : UICanvas() {
)
private var displayTimer = 0f
internal var message: Array<String> = Array(MessageWindow.MESSAGES_DISPLAY, { "" })
internal var message: Array<String> = Array(MessageWindow.MESSAGES_DISPLAY) { "" }
override var openCloseTime: Second = MessageWindow.OPEN_CLOSE_TIME