kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.38k stars 346 forks source link

preload_base.js missing in live demo #63

Closed skinhat closed 8 years ago

skinhat commented 8 years ago

When I run the arena demo at https://kripken.github.io/BananaBread/cube2/index.html I get the error that it cannot find https://kripken.github.io/BananaBread/cube2/game/preload_base.js

When I look at the repository this file is not there.

kripken commented 8 years ago

Yes, I did some cleanups in preparation for a demo that is both asm.js and wasm, which is runnable here: https://kripken.github.io/BananaBread/wasm-demo/

We should probably update the readme and maybe remove the old index.html

kripken commented 8 years ago

Updated old html, added redirect.