summaryrefslogtreecommitdiff
path: root/client.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client.gd')
-rw-r--r--client.gd7
1 files changed, 6 insertions, 1 deletions
diff --git a/client.gd b/client.gd
index 308532a..5348117 100644
--- a/client.gd
+++ b/client.gd
@@ -10,7 +10,7 @@ var character: Dictionary = {
}
-#func _ready() -> void:
+func _ready() -> void:
#var grf = GRF.open("res://data/data.grf")
#grf.convert()#"user://data")
@@ -20,3 +20,8 @@ var character: Dictionary = {
#FileAccess.get_file_as_bytes("res://data/extracted/data/sprite/cursors.act")
#)
#)
+ GATFormat.from_bytes(
+ ByteStream.from_bytes(
+ FileAccess.get_file_as_bytes("res://data/extracted/data/int_land02.gat")
+ )
+ )