Added rich log messages
This commit is contained in:
@ -32,3 +32,6 @@ func update_statistics():
|
||||
func send(data: PackedByteArray):
|
||||
socket.put_packet(data)
|
||||
upload += data.size()
|
||||
|
||||
func log(message: String):
|
||||
print_rich("[color=#808080][%s][/color] %s" % [Global.account.name, message])
|
||||
|
Reference in New Issue
Block a user