Probably some progress

This commit is contained in:
Daniel Inkpen 2022-11-09 22:29:11 +00:00
parent b1ec881c8c
commit 5c39a8071f
7 changed files with 47 additions and 61 deletions

View file

@ -37,11 +37,9 @@ class ANSIColor:
const bright_white = {fg = 97, panel = 107}
func _init():
assert(
false,
"ANSIColor is an abstract class. You should only use the color constants (e.g. ANSIColor.black)."
)
# "ANSIColor is an abstract class. You should only use the color constants (e.g. ANSIColor.black)."
assert(false)
var terminal