Skip to content

Commit 4c48450

Browse files
committed
fix: 修复终端打印格式错误问题
1 parent ad44c70 commit 4c48450

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

addons/agent/agent.gd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ func _exit_tree() -> void:
5050

5151
func print_greetings():
5252
print_alpha_message("==$==*----*===*----*===*----*==$==")
53-
print_alpha_message(""" ___ __ __
54-
/ | / /____ / /_ ____ _
55-
/ /| | / // __ \\ / __ \\ / __ `/
56-
/ ___ | / // /_/ // / / // /_/ /
57-
/_/ |_|/_// .___//_/ /_/ \\__,_/
58-
/_/""")
53+
print_alpha_message(" ___ __ __")
54+
print_alpha_message(" / | / /____ / /_ ____ _")
55+
print_alpha_message(" / /| | / // __ \\ / __ \\ / __ `/")
56+
print_alpha_message(" / ___ | / // /_/ // / / // /_/ /")
57+
print_alpha_message("/_/ |_|/_// .___//_/ /_/ \\__,_/")
58+
print_alpha_message(" /_/")
5959
print_alpha_message("==$==*----*===*----*===*----*==$==")
6060
print_alpha_message("初始化插件中...")
6161

0 commit comments

Comments
 (0)