Skip to content

Commit 72f7a9b

Browse files
committed
Change logo
1 parent 9b5c3bb commit 72f7a9b

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

-512 Bytes
Binary file not shown.

Alien Engine/Alien Engine/Globals.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __declspec(dllexport) void log(const char file[], int line, const char* format,
1818

1919

2020
// DISCOMMENT TO START THE ENGINE IN PLAY MODE
21-
#define GAME_VERSION
21+
//#define GAME_VERSION
2222

2323
#define RELEASE( x )\
2424
{\
@@ -59,9 +59,9 @@ enum update_status
5959
#define WINDOW_ICON_BAR_POSY 280
6060
#else
6161
#define WINDOW_ICON_WIDTH 457
62-
#define WINDOW_ICON_HEIGHT 350
62+
#define WINDOW_ICON_HEIGHT 300
6363
#define WINDOW_ICON_PATH "Configuration/Engine Icons/Logo_Name_madewith.bmp"
64-
#define WINDOW_ICON_BAR_POSY 330
64+
#define WINDOW_ICON_BAR_POSY 280
6565
#endif
6666

6767
#define BAR_BEGIN_POS 6
Binary file not shown.
-346 Bytes
Loading
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)