From 7b3f386449aeab124d84d2aff4c273e646e68763 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 22 Dec 2024 18:38:11 +0100 Subject: next commit --- client.gd | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'client.gd') diff --git a/client.gd b/client.gd index 0d9766b..5025c8c 100644 --- a/client.gd +++ b/client.gd @@ -26,3 +26,14 @@ func _ready() -> void: FileAccess.get_file_as_bytes("res://client_data/data/int_land02.gat") ) ) + GNDFormat.from_bytes( + ByteStream.from_bytes( + FileAccess.get_file_as_bytes("res://client_data/data/int_land02.gnd") + ) + ) + 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") + ) + ) -- cgit v1.2.3