From 604b97925bd4b88e5cff13574258bdbefd159073 Mon Sep 17 00:00:00 2001 From: Sofia Date: Mon, 3 Aug 2026 17:45:21 +0300 Subject: [PATCH] Make cli prints be godot_prints as well --- rust/src/ui/cli.rs | 1 + 1 file changed, 1 insertion(+) 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) {