hhyyrylainen / GodotPckTool

Standalone tool for extracting and creating Godot .pck files
MIT License
383 stars 31 forks source link

Add support for format version 0 #30

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

Fixes #29

This is a rather simple fix, since there were no format changes between 0 and 1. Now, we just check to see if the version greater than the max supported version (currently 1), and store that in the PckFile object to save it later if necessary.