diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-01-05 16:54:36 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-01-05 16:54:36 +0100 |
commit | 35b0f811f23f029110373798b19d9d0895d907f0 (patch) | |
tree | 2e4906a992c2569fa0f89dbe0f079010a734cc41 /client.gd | |
parent | e08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 (diff) |
next commit
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( |