|
|
2번째 줄: |
2번째 줄: |
|
| |
|
| [[미디어위키:Gadget-UE4.css|CSS]] | | [[미디어위키:Gadget-UE4.css|CSS]] |
| <div id="libertygame-gamepath" style="display:none;">{{{1}}}</div>
| | |
| <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>
| | {{사용자:Senouis/UE4GameTest/form|}} |
| </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="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>
| |