From 35b0f811f23f029110373798b19d9d0895d907f0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 5 Jan 2025 16:54:36 +0100 Subject: next commit --- client.gd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client.gd') diff --git a/client.gd b/client.gd index 3a69e9d..d553d3e 100644 --- a/client.gd +++ b/client.gd @@ -7,6 +7,7 @@ var account: Dictionary = { var character: Dictionary = { "name": "", + "info": null, } @@ -33,8 +34,8 @@ func _ready() -> void: #) #RSWFormat.from_bytes( #ByteStream.from_bytes( - ##FileAccess.get_file_as_bytes("res://client_data/data/int_land02.rsw") - #FileAccess.get_file_as_bytes("res://client_data/data/pay_dun00.rsw") + #FileAccess.get_file_as_bytes("res://client_data/data/int_land02.rsw") + ##FileAccess.get_file_as_bytes("res://client_data/data/pay_dun00.rsw") #) #) RSMFormat.from_bytes( -- cgit v1.2.3