extends Node var account: Dictionary = { "id": "", } var character: Dictionary = { "name": "", } func _ready() -> void: #var grf = GRF.open("res://client_data/data.grf") #grf.extract() #grf.convert()#"user://data") #Sprite.from_bytes(FileAccess.get_file_as_bytes("res://client_data/data/sprite/cursors.spr")) #ActionFormat.from_bytes( #ByteStream.from_bytes( #FileAccess.get_file_as_bytes("res://client_data/data/sprite/cursors.act") #) #) GATFormat.from_bytes( ByteStream.from_bytes( FileAccess.get_file_as_bytes("res://client_data/data/int_land02.gat") ) )