From 63832a6bea48ad70b3507ee2d39036b81243d567 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 16 May 2014 02:45:02 +0000 Subject: Add built-in help. Now the pause menu should be fixed... Compress resources again. --- global.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index 5776e5c..9f7a894 100644 --- a/global.h +++ b/global.h @@ -28,8 +28,9 @@ int Current_Position;//Where we are now 12: BackToTitle Confirmation 13: Options scene 14: Player Profile scene +15: Help scene */ -HTEXTURE SprSheet,TexTitle,TexCredits,MenuTex; +HTEXTURE SprSheet,TexTitle,TexCredits,MenuTex,HelpTex; /* Texture Mapping: SprSheet:ss.png @@ -86,6 +87,7 @@ bool DisableAllTower; bool DisablePlayer; bool LOWFPS,diffkey,showalloc; int VidMode=-1; +hgeTTFont rbPanelFont; inline double GetDist(vector2d,vector2d); class Bullet { @@ -267,7 +269,6 @@ double clockrot,deltarot,deltadelta; double whirot,dwhirot; hgeSprite *playerspr; DWORD DBGColor; -hgeTTFont rbPanelFont; int frameleft,infofade; int level,part,clrtime,clrbns; int coll,semicoll,mode,dsmc,restarts; @@ -293,6 +294,9 @@ int effskp=0; hgeSprite *Credits,*CreditsRail; int creditsp;double creditfly,creditacc,credbrk; bool credstop,creddone; +hgeSprite *Helpspr,*NHelpspr,*HlpL,*HlpR; +double Helpscroll,Hlpyofst;int Helpslide; +bool hshl; bool tfs; double scale; #ifndef WIN32 @@ -336,7 +340,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.1-1 (r90)"; +static const char* BLRVERSION="0.9.1-2 (r91)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3