Fix tutorial task input prompts being too large. Release Build 8445. Rebuild with official pack key.
This commit is contained in:
parent
561f403cd2
commit
d348d6505c
@ -627,7 +627,7 @@ void InputGroup::DrawInput(const std::variant<AiL*const,TileTransformedView*cons
|
||||
if(type==STEAM&&!OriginalGameIcon(displayKeys[index]))alteredIconScale/=2.85f; /*They are initially 32x32.*/
|
||||
#pragma region Render Macro
|
||||
#define Render(rendererType) \
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,textScale,{255,255,255,alpha});
|
||||
std::get<rendererType*const>(renderer)->DrawDecal(pos+offset-vf2d{0.f,2.f},img,alteredIconScale*textScale,{255,255,255,alpha});
|
||||
#pragma endregion
|
||||
if(std::holds_alternative<AiL*const>(renderer)){
|
||||
Render(AiL);
|
||||
|
@ -39,7 +39,7 @@ All rights reserved.
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_BUILD 8442
|
||||
#define VERSION_BUILD 8445
|
||||
|
||||
#define stringify(a) stringify_(a)
|
||||
#define stringify_(a) #a
|
||||
|
Binary file not shown.
@ -15,6 +15,7 @@ cp -R "Adventures in Lestoria/assets/sounds" bin/assets
|
||||
cp -R "Adventures in Lestoria/assets/themes" bin/assets
|
||||
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets
|
||||
cp -R "Adventures in Lestoria/assets/*.ttf" bin/assets
|
||||
cp -R "Adventures in Lestoria/controller_config" bin
|
||||
|
||||
|
||||
cp -R "x64/Release/*" bin
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user