diff options
Diffstat (limited to 'client.gd')
-rw-r--r-- | client.gd | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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( |