This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
AdventuresInLestoria
Watch
1
Star
1
Fork
You've already forked AdventuresInLestoria
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Wiki
Activity
The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
rpg
pixelgameengine
cplusplus
action
game
1367
Commits
4
Branches
0
Tags
4.1 GiB
Tree:
a1eb109e70
AdventuresInLestoria
/
Adventures in Lestoria
/
emscripten_debug_build.ps1
6 lines
89 B
Raw
Normal View
History
Unescape
Escape
Fix crash with emscripten version during story scenes. Fix inproper Blacksmith equipment displays for crafting menu (chapter check missing, wrong enhancement level checks). Fix Blacksmith trigger not unlocking on the right node. Fix Chapter 2 trigger. Fix emscripten build scripts. Release Version 7848.
1 year ago
Fix async loading bugs with loading from indexeddb store emscripten. Add emscripten debug and release scripts. Disable text entry whenever a menu is closed.
1 year ago
cd
.
.
.
/
emscripten_debug_build
.
ps1
if
(
$LASTEXITCODE
-eq
0
)
{
.
/
emscripten_run
.
ps1
}