사용자:Senouis/Xash3D
가젯 목록 확인용 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)">
<textarea id="xash-output" rows="8"></textarea>
<a class="glow">
Game Options
</a>
<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)
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>