New mostly-not-horrible splash graphics.

This commit is contained in:
Scott Duensing 2020-01-18 18:05:41 -06:00
parent dc5f3e6716
commit 5a52724c19
7 changed files with 19 additions and 14 deletions

1
.gitignore vendored
View file

@ -39,3 +39,4 @@ singe/font.h
singe/icon.h singe/icon.h
singe/kangarooPunchLogo.h singe/kangarooPunchLogo.h
singe/singeLogo.h singe/singeLogo.h
videotest/indexing/

BIN
singe/kangarooPunchLogo.png (Stored with Git LFS)

Binary file not shown.

BIN
singe/kangarooPunchLogo.xcf (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -21,10 +21,10 @@
if [[ -z $1 ]]; then if [[ -z $1 ]]; then
G_PLATFORM=pi # G_PLATFORM=pi
# G_PLATFORM=mingw # G_PLATFORM=mingw
# G_PLATFORM=linux G_PLATFORM=linux
G_BITS=32 G_BITS=64
G_THIRDPARTY=$(pwd)/thirdparty G_THIRDPARTY=$(pwd)/thirdparty
G_DEST="$(pwd)/../thirdparty-build/${G_PLATFORM}/${G_BITS}" G_DEST="$(pwd)/../thirdparty-build/${G_PLATFORM}/${G_BITS}"
else else
@ -421,7 +421,11 @@ createEmbeddedBinary font.png font.h FONT_H
createEmbeddedBinary icon.png icon.h ICON_H createEmbeddedBinary icon.png icon.h ICON_H
# === Kangaroo Punch Logo === # === Kangaroo Punch Logo ===
createEmbeddedBinary kangarooPunchLogo.png kangarooPunchLogo.h KANGAROOPUNCHLOGO_H if [[ ! -e kangarooPunchLogo.h ]]; then
xcf2png kangarooPunchLogo.xcf -o kangarooPunchLogo.png
createEmbeddedBinary kangarooPunchLogo.png kangarooPunchLogo.h KANGAROOPUNCHLOGO_H
rm kangarooPunchLogo.png
fi
# === Singe Logo === # === Singe Logo ===
if [[ ! -e singeLogo.h ]]; then if [[ ! -e singeLogo.h ]]; then

View file

@ -31,7 +31,7 @@
// Don't forget to update singe.rc! // Don't forget to update singe.rc!
#define SINGE_VERSION 2.00 #define SINGE_VERSION 2.00
#define VERSION_STRING "v2.00b7" #define VERSION_STRING "v2.00b8"
#define COPYRIGHT_END_YEAR "2020" #define COPYRIGHT_END_YEAR "2020"

View file

@ -1,7 +1,7 @@
101 ICON "/tmp/icon.ico" 101 ICON "/tmp/icon.ico"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 2,0,0,7 FILEVERSION 2,0,0,8
PRODUCTVERSION 2,0,0,7 PRODUCTVERSION 2,0,0,8
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
@ -9,12 +9,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Kangaroo Punch Studios" VALUE "CompanyName", "Kangaroo Punch Studios"
VALUE "FileDescription", "Somewhat Interactive Nostalgic Game Emulator" VALUE "FileDescription", "Somewhat Interactive Nostalgic Game Emulator"
VALUE "FileVersion", "2.00b7" VALUE "FileVersion", "2.00b8"
VALUE "InternalName", "Singe" VALUE "InternalName", "Singe"
VALUE "LegalCopyright", "Copyright 2006-2020 Scott C. Duensing" VALUE "LegalCopyright", "Copyright 2006-2020 Scott C. Duensing"
VALUE "OriginalFilename", "singe.exe" VALUE "OriginalFilename", "singe.exe"
VALUE "ProductName", "Singe" VALUE "ProductName", "Singe"
VALUE "ProductVersion", "2.00b7" VALUE "ProductVersion", "2.00b8"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

BIN
singe/singeLogo.xcf (Stored with Git LFS)

Binary file not shown.