Marketiiiiiiiiing

This commit is contained in:
sigonasr2 2024-03-16 19:52:48 -05:00
parent 9133ab9e94
commit cb0e6105f2
20 changed files with 5 additions and 1 deletions

View File

@ -415,6 +415,8 @@ bool AiL::DownPressed(){
void AiL::HandleUserInput(float fElapsedTime){
if(!Menu::stack.empty())return; //A window being opened means there's no user input allowed.
if(GetKey(SCROLL).bPressed)displayHud=!displayHud;
bool setIdleAnimation=true;
bool heldDownMovementKey=false; //Is true when a movement key has been held down.
@ -1644,6 +1646,7 @@ Player*AiL::GetPlayer(){
}
void AiL::RenderHud(){
if(!displayHud)return;
healthCounter.Update();
manaCounter.Update();

View File

@ -175,6 +175,7 @@ private:
uint8_t mosaicEffectTransition=1U;
float saveGameDisplayTime=0.f;
float loadingWaitTime=0.f;
bool displayHud=true;
void ValidateGameStatus();
void _PrepareLevel(MapName map,MusicChange changeMusic);

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_PATCH 1
#define VERSION_BUILD 8145
#define VERSION_BUILD 8151
#define stringify(a) stringify_(a)
#define stringify_(a) #a

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB