wth
This commit is contained in:
@@ -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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user