title screen renders well

This commit is contained in:
minjaesong
2017-07-21 20:28:12 +09:00
parent 4087a93142
commit f912b33f09
4 changed files with 53 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ class UIStartMenu : UICanvas() {
override var width: Int = 240
override var height: Int = 40 * menuLabels.size.plus(1)
override var height: Int = 36 * menuLabels.size.plus(1)
override var openCloseTime = 0f