Reverse most obvious mistakes from Godot 4 automatic changes

This commit is contained in:
Daniel Inkpen 2022-11-09 21:52:54 +00:00
parent cdbf3f2adc
commit 099100d3e0
27 changed files with 122 additions and 122 deletions

View file

@ -62,7 +62,7 @@ func write_string(string: String, color: Color = Color.WHITE) -> void:
terminal.write("\u001b[0m".to_utf8_buffer())
# tput_* functions based checked the tput command.
# tput_* functions based on the tput command.
# See: https://man7.org/linux/man-pages/man1/tput.1.html for more info.