@ -210,6 +210,7 @@ int main(int argc, char **argv)
args.setDescription("Build a huge interface texture from several small elements to optimize video memory usage.");
args.setDescription("Build a huge interface texture from several small elements to optimize video memory usage.");
args.addArg("s","subset","existing_uv_txt_name","Build a subset of an existing interface definition while preserving the existing texture ids, to support freeing up VRAM by switching to the subset without rebuilding the entire interface.");
args.addArg("s","subset","existing_uv_txt_name","Build a subset of an existing interface definition while preserving the existing texture ids, to support freeing up VRAM by switching to the subset without rebuilding the entire interface.");
args.addArg("x","extract","","Extract all interface elements from <output_filename> to <input_path>.");
args.addAdditionalArg("output_filename","PNG or TGA file to generate",true);
args.addAdditionalArg("output_filename","PNG or TGA file to generate",true);
args.addAdditionalArg("input_path","Path that containts interfaces elements",false);
args.addAdditionalArg("input_path","Path that containts interfaces elements",false);
@ -225,6 +226,9 @@ int main(int argc, char **argv)