mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 02:12:43 +01:00
- change icon and name
This commit is contained in:
parent
743aa3dbe3
commit
69790b7d0f
@ -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 |
@ -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++"
|
||||
|
@ -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);
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user