Add command line warning regarding true color support/log message colors

This commit is contained in:
JeremyStar™ 2024-04-07 22:11:12 +02:00
parent b52acbba84
commit 4bcd22d48b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -38,6 +38,7 @@ func _ready() -> void:
linfo(" \\ \\ \\L\\ \\/\\ __//\\__, `\\/\\__, `\\/\\ __/\\ \\ \\//\\ __/ \\ \\ \\/\\ __//\\__, `\\\\ \\ \\_/\\__, `\\")
linfo(" \\ \\____/\\ \\____\\/\\____/\\/\\____/\\ \\____\\\\ \\_\\\\ \\____\\ \\ \\_\\ \\____\\/\\____/ \\ \\__\\/\\____/")
linfo(" \\/___/ \\/____/\\/___/ \\/___/ \\/____/ \\/_/ \\/____/ \\/_/\\/____/\\/___/ \\/__/\\/___/")
if internal_cmdline: lwarn("Running in command line mode. Log messages may not be easily differentiable as Godot does not provide true color support in command line environments.")
await get_tree().process_frame
await load_config()