mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
minor fixes for startup beep, monochrome monitor; new mono monitor colour (amethyst)
Former-commit-id: 305989668765a7fb2c906b7538e51a7a6fb20fe9 Former-commit-id: 832a84bc30dfb3db86d29b65ea97b70b4e6e4fd0
This commit is contained in:
@@ -405,8 +405,9 @@ open class SimpleTextTerminal(
|
||||
val GREEN = Color(74, 255, 0) // P39, 525 nm
|
||||
val WHITE = Color(204, 223, 255) // approximation of white CRT I own
|
||||
private val WHITE7500 = Color(0xe4eaff)
|
||||
val BLUE_NOVELTY = Color(0, 226, 255) // imaginary, 483 nm
|
||||
val BLUE_NOVELTY = Color(0x27d7ff)
|
||||
val RED = Color(250, 51, 0) // 632 nm
|
||||
val AMETHYST_NOVELTY = Color(0xc095ff)
|
||||
|
||||
val ASCII_NUL = 0.toChar()
|
||||
val ASCII_BEL = 7.toChar() // *BEEP!*
|
||||
|
||||
Reference in New Issue
Block a user