사용자:Senouis/Xash3D: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Senouis
imported>Senouis
16번째 줄: 16번째 줄:


<div style=width:100%><span id='xash-controls'>
<div style=width:100%><span id='xash-controls'>
<a class="xash-glow"><span><input type="checkbox" id="resize">Resize canvas</span></a>
<a class="xash-glow"><span><input type="checkbox" id="pointerLock" checked>Lock/hide mouse pointer &nbsp;&nbsp;&nbsp;</span></a>
<span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(document.getElementById('pointerLock').checked, document.getElementById('resize').checked)"></span>
</span></div>
</span></div>


<div id="xash-output-container"><textarea id="xash-output" rows="8"></textarea></div><div id="asyncDialog" style="float:left"></div>
<div id="xash-output-container"></div><div id="asyncDialog" style="float:left"></div>


<div id="optionsTitle"><a class="glow"><u><h1>Game Options</h1></u></a></div>
<div id="optionsTitle"></div>


Select game data source:<br><br>
Select game data source:<br><br>
34번째 줄: 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>
<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>
<div id="idbHider" style="display:none"><input name="a" type="radio" id="rIndexedDB" />IndexedDB (Need exit correctly to save changes)<br></div>

2023년 3월 26일 (일) 23:49 판

가젯 목록 확인용 xash3d 로드 가젯 xash3d css 포맷

Test Position

Downloading...


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!" />