diff src/ui/bmi/mmiResources.h @ 196:86375353219d

bmi for smallbw: new FC splash screen integrated
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Mar 2021 22:34:49 +0000
parents 62480f597962
children
line wrap: on
line diff
--- a/src/ui/bmi/mmiResources.h	Sun Mar 28 21:36:48 2021 +0000
+++ b/src/ui/bmi/mmiResources.h	Sun Mar 28 22:34:49 2021 +0000
@@ -332,17 +332,27 @@
 #define GAME_WINPOSY1   (0)
 #define GAME_WINPOSY2   (0)
 
+#endif
 
-#endif
+#define	FC_SPLASH_SCREEN_SMALLBW	1
 
 #ifndef COLOURDISPLAY
 
+#if FC_SPLASH_SCREEN_SMALLBW
+#define	WELCOME_ANI_POS_X	8
+#define	WELCOME_ANI_POS_Y	14
+#else
 #define WELCOME_ANI_POS_X (SCREEN_SIZE_X  - 56 )/2
 #define WELCOME_ANI_POS_Y (SCREEN_SIZE_Y - (42+4))/2
+#endif
+
 #else
+
 #define WELCOME_ANI_POS_X ((SCREEN_SIZE_X  - 176 )/2)
 #define WELCOME_ANI_POS_Y ((SCREEN_SIZE_Y - 60)/3) //top 1/3 of screen
+
 #endif
+
 //Definitions for 'pop-up' windows with 1/2 lines of text
 #define DLG_WINDOW1_LINE 10,20,60,30, 0
 #define DLG_WINDOW2_LINE 10,20,60,45, 0