change aseprite subcommand to ase

This commit is contained in:
asrael 2025-11-05 13:39:26 -06:00
parent c37208f961
commit 176cb88335
No known key found for this signature in database
GPG key ID: 2786557804DFAE24

View file

@ -120,7 +120,7 @@ print_usage() {
echo " ./pxl8.sh <command> [options]" echo " ./pxl8.sh <command> [options]"
echo echo
echo -e "${BOLD}COMMANDS:${NC}" echo -e "${BOLD}COMMANDS:${NC}"
echo " aseprite Aseprite tools (use 'aseprite help' for subcommands)" echo " ase Aseprite tools (use 'ase help' for subcommands)"
echo " build Build pxl8" echo " build Build pxl8"
echo " clean Remove build artifacts" echo " clean Remove build artifacts"
echo " help Show this help message" echo " help Show this help message"
@ -516,7 +516,7 @@ case "$COMMAND" in
update_sdl update_sdl
;; ;;
aseprite) ase)
bash tools/aseprite/pxl8-ase.sh "$@" bash tools/aseprite/pxl8-ase.sh "$@"
;; ;;