x8BitRain / webXash

WIP Improved version of xash3d emscripten in the browser
https://x8bitrain.github.io/webXash/
77 stars 40 forks source link

forks are broken #3

Closed SipSup3314 closed 1 year ago

SipSup3314 commented 1 year ago

white screen on forks

x8BitRain commented 1 year ago

You need to pull in the submodules after cloning for xash to initialize like this:

git submodule update --init
SipSup3314 commented 1 year ago

ahhh ok