Skip to content

Commit 07a779e

Browse files
authored
Update README.md
1 parent d81d511 commit 07a779e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Firstly, use code from realese only. Secondly, you should have put "gif-lzw" dir
77
### Compression
88
If you want to compress image, use `compress_lzw(image: PoolByteArray, colors: PoolByteArray) -> Array`.
99

10-
```
10+
```gdscript
1111
extends Node2D
1212
1313
@@ -40,7 +40,7 @@ func _ready():
4040
### Decompression
4141
If you want to decompress image, use `decompress_lzw(code_stream_data: PoolByteArray, min_code_size: int, colors: PoolByteArray) -> PoolByteArray`.
4242

43-
```
43+
```gdscript
4444
extends Node2D
4545
4646

0 commit comments

Comments
 (0)