Release/v9.0 #53

Merged
ChaoticByte merged 17 commits from release/v9.0 into main 2025-02-06 22:02:03 +00:00
Showing only changes of commit 6a7dc164fe - Show all commits

View file

@ -21,9 +21,7 @@ func show_help():
" --load-image PATH The path to the image. This will overwrite the\n",
" load directive of the shader file.\n",
" Passing a folder activates batch mode.\n",
" (optional)\n",
" dump-shaderlib\n\n",
" | Dumps the shaderlib into the current directory.\n")
" (optional)\n")
func parse_custom_cmdline(args: PackedStringArray):
var kwargs: Dictionary = {"--shader": null, "--output": null, "--load-image": null}