imported>Senouis |
imported>Senouis |
31번째 줄: |
31번째 줄: |
|
| |
|
| <input type=button onclick="startXash();return false;" value="Launch Xash3D!" /> | | <input type=button onclick="startXash();return false;" value="Launch Xash3D!" /> |
| <!-- Force Using RAM for savepoint(No Save-Restore Support) --><!-- | | <!-- Force Using RAM for savepoint(No Save-Restore Support) --> |
| <form style="display:none" id="fSettings">Select filesystem for settings and saverestore:<br><br>
| |
| <div id="idbHider" style="display:none"><input name="a" type="radio" id="rIndexedDB" />IndexedDB (Need exit correctly to save changes)<br></div>
| |
| <input name="a" type="radio" id="rLocalStorage" />LocalStorage (Sometimes not enough space)<br>
| |
| <input name="a" type="radio" id="rNone" checked=true />None(in RAM)<br><br>
| |
| <hr>
| |
| <br><hr>
| |
| <div id='linksPlaceholder' style=display:none>Download archives to load locally next time:</div><br>
| |
| </form>
| |
| --> | |
2023년 3월 26일 (일) 23:50 판
가젯 목록 확인용
xash3d 로드 가젯
xash3d css 포맷
Test Position
Select game data source:
<input name="b" type="radio" id="rPackage" checked=true />Emscripten package from server (cached in IndexedDB if availiable)<select id="selectPkg" style="display:none"></select>
<input name="b" type=radio id="rZip" />ZIP archive from server (slower, but smaller, no IndexedDB cache)<select id="selectZip" style="display:none"></select>
<input name="b" type=radio id="rLocalZip" />Local ZIP file:<input type=file name="c" id="iZipFile" />
Command-line arguments: <input name=d type=text id=iArgs />
<input type=button onclick="startXash();return false;" value="Launch Xash3D!" />