diff --git a/rust/src/ui/cli.rs b/rust/src/ui/cli.rs index f3114f2..2a0cc89 100644 --- a/rust/src/ui/cli.rs +++ b/rust/src/ui/cli.rs @@ -163,6 +163,7 @@ impl CommandLinePanel { field.append_text("[/color]"); self.scroll_next_update = true; } + godot_print_rich!("[color={}]{}[/color]", color.as_str(), message); } fn handle_command(&mut self, text: &String) {