This commit is contained in:
tema5002
2026-05-24 20:15:28 +03:00
parent a8e03c5e3b
commit 33f3d13c0c

View File

@@ -23,7 +23,7 @@ colors=(
placeholders=("PK" " " " " " " " " " " "PW" " " "PR" "PO" "PY" "PG" "PB" "PS" "PM" "PE") placeholders=("PK" " " " " " " " " " " "PW" " " "PR" "PO" "PY" "PG" "PB" "PS" "PM" "PE")
printf "\n%s\n\n" "PICO-8 сolor palette" printf "\n%s\n\n" "PICO-8 color palette"
for i in "${!colors[@]}"; do for i in "${!colors[@]}"; do
IFS=' ' read -r r g b <<< "${colors[i]}" IFS=' ' read -r r g b <<< "${colors[i]}"