Improve mouse hint (#6652)

This commit is contained in:
mharis001
2018-11-01 13:46:46 -04:00
committed by PabstMirror
parent 328853e36b
commit 4c047702c8
5 changed files with 151 additions and 122 deletions

View File

@ -16,6 +16,20 @@
#include "\z\ace\addons\main\script_macros.hpp"
#include "\a3\ui_f\hpp\defineCommonGrids.inc"
#define IDD_MOUSEHINT 2400
#define IDC_MOUSEHINT_LMB 2410
#define IDC_MOUSEHINT_LMB_TEXT 2420
#define IDC_MOUSEHINT_MMB 2430
#define IDC_MOUSEHINT_MMB_TEXT 2450
#define IDC_MOUSEHINT_RMB 2460
#define IDC_MOUSEHINT_RMB_TEXT 2470
#define IDC_MOUSEHINT_EXTRA 2500
#define IDC_MOUSEHINT_EXTRA_NAME 2510
#define IDC_MOUSEHINT_EXTRA_TEXT 2520
#define MACRO_DOOR_REACH_DISTANCE (AGLToASL positionCameraToWorld [0,0,0] vectorDistance AGLToASL (ACE_player modelToWorld (ACE_player selectionPosition "Head"))) + 2
#define DISABLED_LAMP_DAMAGE 0.95