SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# This color variation was made using the following commands:
|
||||
|
||||
for i in *.png ; do convert "$i" -colorspace gray -fill "#00ff00" -tint 100 "$i" ; done
|
||||
for i in *focus.png ; do convert "$i" -colorspace gray -fill "#00dd00" -tint 100 "$i" ; done
|
||||
for i in *focused.png ; do convert "$i" -colorspace gray -fill "#00dd00" -tint 100 "$i" ; done
|
||||
convert bottom_bar.png -colorspace gray -fill "#006900" -tint 100 bottom_bar.png
|
||||
|
||||
# table_header_down manually re-colored
|
||||
# gauge_fill and spinner_fill were manually colored to #77ff77
|
||||
# achievement and friend were manually re-created from the source SVG with the background color changed.
|
||||
Reference in New Issue
Block a user