Skip to content

Commit

Permalink
Change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolCS2 committed Dec 29, 2019
1 parent 9b5c3bb commit 72f7a9b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified Alien Engine/Alien Engine/EngineBuild/Alien Engine.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions Alien Engine/Alien Engine/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __declspec(dllexport) void log(const char file[], int line, const char* format,


// DISCOMMENT TO START THE ENGINE IN PLAY MODE
#define GAME_VERSION
//#define GAME_VERSION

#define RELEASE( x )\
{\
Expand Down Expand Up @@ -59,9 +59,9 @@ enum update_status
#define WINDOW_ICON_BAR_POSY 280
#else
#define WINDOW_ICON_WIDTH 457
#define WINDOW_ICON_HEIGHT 350
#define WINDOW_ICON_HEIGHT 300
#define WINDOW_ICON_PATH "Configuration/Engine Icons/Logo_Name_madewith.bmp"
#define WINDOW_ICON_BAR_POSY 330
#define WINDOW_ICON_BAR_POSY 280
#endif

#define BAR_BEGIN_POS 6
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Alien Engine/CoreData/DLLs/Alien Engine.exe
Binary file not shown.

0 comments on commit 72f7a9b

Please sign in to comment.