text colouring cmd on con library

This commit is contained in:
minjaesong
2020-05-30 04:45:50 +09:00
parent 790d5807e3
commit ad830866be
3 changed files with 17 additions and 257 deletions

View File

@@ -454,5 +454,4 @@ for (var y = 0; y < 448; y++) {
}
}
print(String.fromCharCode(27,91)+"30m");
con.move(1,1);
con.color_fore(0);