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

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Senouis
(1차 생성)
 
imported>Senouis
잔글편집 요약 없음
6번째 줄: 6번째 줄:


<div class="emscripten_border">
<div class="emscripten_border">
<canvas style="display:none" class="emscripten" id="canvas" oncontextmenu="event.preventDefault()"></canvas>
</div>
</div>



2023년 3월 26일 (일) 18:43 판

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

Test Position

Downloading...


<a class="glow"><input type="checkbox" id="resize">Resize canvas</a> <a class="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="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>