PCKPacker
Creates packages that can be loaded into a running project.
The is used to create packages that can be loaded into a running project using .
The above PCKPacker
creates package test.pck
, then adds a file named text.txt
at the root of the package.
Adds the file to the current PCK package at the pck_path
internal path (should start with res://
).
- Error flush ( verbose=false )
Writes the files specified using all add_file calls since the last flush. If verbose
is , a list of files added will be printed to the console for easier debugging.