- change icon and name

This commit is contained in:
InspirationByte 2022-02-08 00:01:20 +03:00
parent 743aa3dbe3
commit 69790b7d0f
5 changed files with 6 additions and 6 deletions

View File

@ -6,5 +6,5 @@
#define GAME_VERSION_RES 7,4
#endif
#define GAME_TITLE "REDRIVER2"
#define GAME_TITLE "PreDRIVER2"
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -32,7 +32,7 @@ end
------------------------------------------
workspace "REDRIVER2"
workspace "PreDRIVER2"
location "project_%{_ACTION}_%{os.target()}"
configurations { "Debug", "Release", "Release_dev" }
@ -84,7 +84,7 @@ workspace "REDRIVER2"
platforms { "x86" } --, "x86_64" }
end
startproject "REDRIVER2"
startproject "PreDRIVER2"
configuration "raspberry-pi"
defines { "__RPI__" }
@ -138,7 +138,7 @@ end
include "premake5_psycross.lua"
-- game iteslf
project "REDRIVER2"
project "PreDRIVER2"
kind "WindowedApp"
language "c++"

View File

@ -640,7 +640,7 @@ int main(int argc, char** argv)
#endif
PsyX_Initialise("REDRIVER2", fullScreen ? screenWidth : windowWidth, fullScreen ? screenHeight : windowHeight, fullScreen);
PsyX_Initialise("PreDRIVER2", fullScreen ? screenWidth : windowWidth, fullScreen ? screenHeight : windowHeight, fullScreen);
char version_info[32];
GetTimeStamp(version_info);

View File

@ -34,4 +34,4 @@ Rename-Item -Path ($windows_jpeg_dir + '\\jconfig.vc') -NewName "jconfig.h"
& .\\premake5 vs2019
# Open solution
& .\\project_vs2019_windows\\REDRIVER2.sln
& .\\project_vs2019_windows\\PreDRIVER2.sln