mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- bugfix: Wrong text placement in the florist gallery website
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@639 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -34,20 +34,20 @@
|
||||
#define FLOR_GALLERY_FLOWER_DESC_TEXT_FONT FONT12ARIAL
|
||||
#define FLOR_GALLERY_FLOWER_DESC_TEXT_COLOR FONT_MCOLOR_WHITE
|
||||
|
||||
#define FLOR_GALLERY_BACK_BUTTON_X LAPTOP_SCREEN_UL_X + 8
|
||||
#define FLOR_GALLERY_BACK_BUTTON_X (LAPTOP_SCREEN_UL_X + 8)
|
||||
#define FLOR_GALLERY_BACK_BUTTON_Y LAPTOP_SCREEN_WEB_UL_Y + 12
|
||||
|
||||
#define FLOR_GALLERY_NEXT_BUTTON_X LAPTOP_SCREEN_UL_X + 420
|
||||
#define FLOR_GALLERY_NEXT_BUTTON_Y FLOR_GALLERY_BACK_BUTTON_Y
|
||||
|
||||
#define FLOR_GALLERY_FLOWER_BUTTON_X LAPTOP_SCREEN_UL_X + 7
|
||||
#define FLOR_GALLERY_FLOWER_BUTTON_X (LAPTOP_SCREEN_UL_X + 7)
|
||||
#define FLOR_GALLERY_FLOWER_BUTTON_Y LAPTOP_SCREEN_WEB_UL_Y + 74
|
||||
|
||||
#define FLOR_GALLERY_FLOWER_BUTTON_OFFSET_Y 112
|
||||
|
||||
#define FLOR_GALLERY_TITLE_TEXT_X LAPTOP_SCREEN_UL_X + 0
|
||||
#define FLOR_GALLERY_TITLE_TEXT_X (LAPTOP_SCREEN_UL_X + 0)
|
||||
#define FLOR_GALLERY_TITLE_TEXT_Y LAPTOP_SCREEN_WEB_UL_Y + 48
|
||||
#define FLOR_GALLERY_TITLE_TEXT_WIDTH 613 - 611
|
||||
#define FLOR_GALLERY_TITLE_TEXT_WIDTH (613 - 111)
|
||||
|
||||
#define FLOR_GALLERY_FLOWER_TITLE_X FLOR_GALLERY_FLOWER_BUTTON_X + 88
|
||||
|
||||
|
||||
+2
-2
@@ -15,14 +15,14 @@
|
||||
// Debug version of the editor!
|
||||
//#define JA2EDITOR
|
||||
|
||||
/*
|
||||
|
||||
// Editor
|
||||
#ifdef _DEBUG
|
||||
#ifndef JA2TESTVERSION
|
||||
#define JA2TESTVERSION
|
||||
#endif
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
// Do combinations
|
||||
#ifdef JA2TESTVERSION
|
||||
|
||||
Reference in New Issue
Block a user