diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-22 18:38:11 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-22 18:38:11 +0100 |
commit | 7b3f386449aeab124d84d2aff4c273e646e68763 (patch) | |
tree | 9d24a7de247d190edcd8e315fc3e45ab8a4a8d34 /client.gd | |
parent | f4e07d090cded56ebab54363f1b47f1ea45c8682 (diff) |
Diffstat (limited to 'client.gd')
-rw-r--r-- | client.gd | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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") + ) + ) |