another try at tui

This commit is contained in:
minjaesong
2023-01-10 00:20:23 +09:00
parent 47b3cd0cad
commit edea9648d9
7 changed files with 334 additions and 2 deletions

View File

@@ -841,7 +841,7 @@ if (exec_args[1] !== undefined) {
goInteractive = true
}
else if ("/fancy" == firstSwitch) {
graphics.setBackground(2,3,4)
graphics.setBackground(34,51,68)
goFancy = true
goInteractive = true
}