This commit is contained in:
2024-02-27 23:21:44 +01:00
parent ba37eca0c9
commit bfec08ff02
38 changed files with 89 additions and 92 deletions

4
client/static/Log.gd Normal file
View File

@ -0,0 +1,4 @@
class_name Log
static func info(message: String):
print_rich("[color=#808080][%s][/color] %s" % [Global.account.name, message])