Use smaller images for class character/visual novel sprites. Release Build 9020.

mac-build
sigonasr2 7 months ago
parent 5ff64da26a
commit e40f7dccd5
  1. 1
      Adventures in Lestoria/AdventuresInLestoria.cpp
  2. 2
      Adventures in Lestoria/Version.h
  3. BIN
      Adventures in Lestoria/assets/gamepack.pak
  4. BIN
      x64/Release/Adventures in Lestoria.exe

@ -2675,6 +2675,7 @@ const MapName&AiL::GetCurrentLevel()const{
}
void AiL::ChangePlayerClass(Class cl){
if(game->GetPlayer()->GetClass()==cl)return;
Ability itemAbility1=player->useItem1;
Ability itemAbility2=player->useItem2;
Ability itemAbility3=player->useItem3;

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION_BUILD 9019
#define VERSION_BUILD 9020
#define stringify(a) stringify_(a)
#define stringify_(a) #a

Loading…
Cancel
Save