From eb5f9ed89be7be2ba147cb95ee74516ce4862d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 28 Feb 2016 16:49:55 +0100 Subject: Remove grey capsule on official logo It had been added by a contributor without prior discussion with the rest of the team, but the grey capsule did not look so good. Closes #3848. Also renamed godot_{icon,logo} to just {icon,logo}. --- tools/steam/icon32.icns | 1068 ++------------------------------------------- tools/steam/icon32.ico | Bin 4286 -> 4286 bytes tools/steam/icons.zip | Bin 114972 -> 41307 bytes tools/steam/make_icons.sh | 8 +- 4 files changed, 43 insertions(+), 1033 deletions(-) (limited to 'tools') diff --git a/tools/steam/icon32.icns b/tools/steam/icon32.icns index 6234e7d5ac..ad8e642d51 100644 --- a/tools/steam/icon32.icns +++ b/tools/steam/icon32.icns @@ -1,1029 +1,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/tools/steam/icon32.ico b/tools/steam/icon32.ico index 17637c6784..f52b1466ea 100644 Binary files a/tools/steam/icon32.ico and b/tools/steam/icon32.ico differ diff --git a/tools/steam/icons.zip b/tools/steam/icons.zip index eaeee02298..54d6697e4e 100644 Binary files a/tools/steam/icons.zip and b/tools/steam/icons.zip differ diff --git a/tools/steam/make_icons.sh b/tools/steam/make_icons.sh index 111d7bec2c..71037cd1c3 100644 --- a/tools/steam/make_icons.sh +++ b/tools/steam/make_icons.sh @@ -1,7 +1,5 @@ -convert -resize 32x32 ../../godot_icon.svg icon32.ico -convert -resize 32x32 ../../godot_icon.svg icon32.icns -for s in 16 24 32 64 96 128 256; do convert -resize ${s}x$s ../../godot_icon.svg icon$s.png; done +convert -resize 32x32 ../../icon.svg icon32.ico +convert -resize 32x32 ../../icon.svg icon32.icns +for s in 16 24 32 64 96 128 256; do convert -resize ${s}x$s ../../icon.svg icon$s.png; done zip icons.zip icon*.png rm icon*.png - - -- cgit v1.2.3