We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad44c70 commit 4c48450Copy full SHA for 4c48450
1 file changed
addons/agent/agent.gd
@@ -50,12 +50,12 @@ func _exit_tree() -> void:
50
51
func print_greetings():
52
print_alpha_message("==$==*----*===*----*===*----*==$==")
53
- print_alpha_message(""" ___ __ __
54
- / | / /____ / /_ ____ _
55
- / /| | / // __ \\ / __ \\ / __ `/
56
- / ___ | / // /_/ // / / // /_/ /
57
-/_/ |_|/_// .___//_/ /_/ \\__,_/
58
- /_/""")
+ print_alpha_message(" ___ __ __")
+ print_alpha_message(" / | / /____ / /_ ____ _")
+ print_alpha_message(" / /| | / // __ \\ / __ \\ / __ `/")
+ print_alpha_message(" / ___ | / // /_/ // / / // /_/ /")
+ print_alpha_message("/_/ |_|/_// .___//_/ /_/ \\__,_/")
+ print_alpha_message(" /_/")
59
60
print_alpha_message("初始化插件中...")
61
0 commit comments