summaryrefslogtreecommitdiff
path: root/client.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-01-05 16:54:36 +0100
committerDaniel Weipert <git@mail.dweipert.de>2025-01-05 16:54:36 +0100
commit35b0f811f23f029110373798b19d9d0895d907f0 (patch)
tree2e4906a992c2569fa0f89dbe0f079010a734cc41 /client.gd
parente08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 (diff)
next commit
Diffstat (limited to 'client.gd')
-rw-r--r--client.gd5
1 files changed, 3 insertions, 2 deletions
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(