Checkbox decal now scales with the size of the menu component (Fixes the "Online Mode" checkbox, which was smaller than the rest). Release Build 9660.
parent
a66edefc19
commit
b9d98741ea
@ -1,23 +1,7 @@ |
|||||||
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp" |
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp" |
||||||
clear |
clear |
||||||
rm -R bin |
|
||||||
mkdir bin |
mkdir bin |
||||||
mkdir bin/assets |
|
||||||
$ErrorActionPreference = "Stop" |
$ErrorActionPreference = "Stop" |
||||||
cp -R 'Adventures in Lestoria/buildtemplate.html' bin/index.html |
|
||||||
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets |
|
||||||
cp -R "Adventures in Lestoria/assets/config" bin/assets |
|
||||||
cp -R "Adventures in Lestoria/assets/maps" bin/assets |
|
||||||
cp -R "Adventures in Lestoria/assets/backgrounds" bin/assets |
|
||||||
rm -R bin/assets/backgrounds/commercial_assets |
|
||||||
rm -R bin/assets/maps/commercial_assets |
|
||||||
cp -R "Adventures in Lestoria/assets/monsters" bin/assets |
|
||||||
cp -R "Adventures in Lestoria/assets/music" bin/assets |
|
||||||
cp -R "Adventures in Lestoria/assets/npcs" bin/assets |
|
||||||
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 |
|
||||||
|
|
||||||
emcmake cmake -DCMAKE_BUILD_TYPE=Release . |
emcmake cmake -DCMAKE_BUILD_TYPE=Release . |
||||||
cmake --build . -j 20 |
cmake --build . -j 20 |
Binary file not shown.
@ -1 +0,0 @@ |
|||||||
2895980 |
|
Loading…
Reference in new issue