diff options
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") + ) + ) |