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

리버티게임, 모두가 만들어가는 자유로운 게임
(새 문서: JS 가젯 CSS <div class="wrapper" id="mainarea"> <div class="alert alert-warning centered-axis-xy" style="min-height: 20px; display:none;" role="alert" id="compilingmessage"> <div id='loadTasks'> </div> </div> <!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse --> </div> <!-- <div class="row buttonarea text-center" id="button...)
 
잔글편집 요약 없음
 
(같은 사용자의 중간 판 23개는 보이지 않습니다)
3번째 줄: 3번째 줄:
[[미디어위키:Gadget-UE4.css|CSS]]
[[미디어위키:Gadget-UE4.css|CSS]]


<div class="wrapper" id="mainarea">
[[/form|틀]]
<div class="alert alert-warning centered-axis-xy" style="min-height: 20px; display:none;" role="alert" id="compilingmessage">
 
<div id='loadTasks'> </div>
Unreal Engine 4.27로 웹 게임 배포 테스트를 하였습니다. 다크 모드를 해제해야 제대로 플레이할 수 있습니다.
</div>
 
<!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse -->
{{사용자:Senouis/UE4GameTest/form|libertygame.blob.core.windows.net/ue4game/|Trainyard}}
</div>
<!--
<div class="row buttonarea text-center" id="buttonrow">
<div class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="try { Module['pauseMainLoop'](); } catch(e) {console.error(e);}">Pause</button></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="try { Module['resumeMainLoop'](); } catch(e) {console.error(e);}">Resume</button></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="var w = document.getElementById('logwindow'); w.style.display = w.style.display ? '' : 'none';">Toggle Log</button></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" id='clear_indexeddb' onclick="try { deleteIndexedDBStorage(); } catch(e) {console.error(e);}">Clear IndexedDB</button></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" id="fullscreen_request">FullScreen</button></div>
<div class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
</div>
-->
<div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>

2024년 2월 4일 (일) 11:08 기준 최신판

JS 가젯

CSS

Unreal Engine 4.27로 웹 게임 배포 테스트를 하였습니다. 다크 모드를 해제해야 제대로 플레이할 수 있습니다.