new debug cmd ExportFBO

This commit is contained in:
minjaesong
2024-11-24 12:53:44 +09:00
parent f5846d9bae
commit 89b12aabb4
6 changed files with 129 additions and 19 deletions

View File

@@ -40,12 +40,12 @@ class ConsoleWindow : UICanvas() {
private var commandHistory = CircularArray<String>(COMMAND_HISTORY_MAX, true)
private val LINE_HEIGHT = 20
private val MESSAGES_DISPLAY_COUNT = 11
private val MESSAGES_DISPLAY_COUNT = 12
private val inputToMsgboxGap = 3
override var width: Int = App.scr.width
override var height: Int = LINE_HEIGHT * (MESSAGES_DISPLAY_COUNT + 1) + inputToMsgboxGap
override var height: Int = LINE_HEIGHT * (MESSAGES_DISPLAY_COUNT + 1) + inputToMsgboxGap + 4
override var openCloseTime = 0f