사용자:Senouis/Xash3D: 두 판 사이의 차이
imported>Senouis 잔글 (→Test Position) |
imported>Senouis 잔글 (→Test Position) |
||
21번째 줄: | 21번째 줄: | ||
</span></div> | </span></div> | ||
<textarea id="xash-output" rows="8"></textarea><div id="asyncDialog" style="float:left"></div> | <div id="xash-output-container"><textarea id="xash-output" rows="8"></textarea></div><div id="asyncDialog" style="float:left"></div> | ||
<a class="glow"><u | <div id="optionsTitle"><a class="glow"><u><h1>Game Options</h1></u></a></div> | ||
Select game data source:<br><br> | Select game data source:<br><br> | ||
<div id=pkgHider style=display:none><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><br></div> | <div id="pkgHider" style="display:none"><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><br></div> | ||
<div id=zipHider style=display:none><input name=b type=radio id=rZip />ZIP archive from server (slower, but smaller, no IndexedDB cache)<select id=selectZip style=display:none></select><br></div> | <div id="zipHider" style="display:none"><input name="b" type=radio id="rZip" />ZIP archive from server (slower, but smaller, no IndexedDB cache)<select id="selectZip" style="display:none"></select><br></div> | ||
<input name=b type=radio id=rLocalZip />Local ZIP file:<input type=file name=c id=iZipFile /><br><br> | <input name="b" type=radio id="rLocalZip" />Local ZIP file:<input type=file name="c" id="iZipFile" /><br><br> | ||
<hr> | <hr> | ||
Command-line arguments: <input name=d type=text id=iArgs /><br><br> | Command-line arguments: <input name=d type=text id=iArgs /><br><br> | ||
<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) --><-- | |||
<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> | <br><hr> | ||
<div id='linksPlaceholder' style=display:none>Download archives to load locally next time:</div><br> | <div id='linksPlaceholder' style=display:none>Download archives to load locally next time:</div><br> | ||
</form> | </form> | ||
--> |
2023년 3월 26일 (일) 23:47 판
가젯 목록 확인용 xash3d 로드 가젯 xash3d css 포맷
Test Position
<a class="xash-glow"><input type="checkbox" id="resize">Resize canvas</a> <a class="xash-glow"><input type="checkbox" id="pointerLock" checked>Lock/hide mouse pointer </a> <input type="button" value="Fullscreen" onclick="Module.requestFullscreen(document.getElementById('pointerLock').checked, document.getElementById('resize').checked)">
Game Options
</a>Select game data source:
<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!" />
<--
<form style="display:none" id="fSettings">Select filesystem for settings and saverestore:
<input name="a" type="radio" id="rLocalStorage" />LocalStorage (Sometimes not enough space)
<input name="a" type="radio" id="rNone" checked=true />None(in RAM)
</form> -->