mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
ACHIEVEMENTS: Support achievements with no matching Steam achievement (#1953)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user