Update 'File Type: Texture'

Lucas Schwiderski 2023-03-04 11:32:14 +01:00
parent 3530a6dc88
commit 6770534592

@ -22,7 +22,7 @@ header {
}
```
`data` is a file path in `data/`. The file name will be without extension, ends with `0x0` and will be filled up by `0xff`s until `header.size` (usually 5).
`data` is a file path in `data/`. The file name will be without extension, ends with `0x0` and will be filled up by `0x66`s until `header.size` (usually 5).
---