ACHIEVEMENTS: Support achievements with no matching Steam achievement (#1953)

This commit is contained in:
Femboy Fireball
2025-02-08 21:19:36 -06:00
committed by GitHub
parent c99fa448fa
commit 5bc9068745
8 changed files with 135 additions and 83 deletions

View File

@@ -10,6 +10,6 @@ for i in $ROOTDIR/dist/icons/achievements/*.svg; do
echo $i
# Make background transparent and replace green with black
# The icons will be recolored by css filters matching the player's theme
sed -i "s/fill:#000000;/fill-opacity: 0%;/g" "$i"
sed -i "s/fill:#00ff00;/fill:#000000;/g" "$i"
sed -i"" "s/fill:#000000;/fill-opacity: 0%;/g" "$i"
sed -i"" "s/fill:#00ff00;/fill:#000000;/g" "$i"
done