From ca4d1945598863d0ce297f4272317e5dd5797f88 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 13 Dec 2024 14:53:38 +0100 Subject: next commit --- client.gd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'client.gd') 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") + ) + ) -- cgit v1.2.3