forked from sent/waves
80 lines
2.7 KiB
HTML
80 lines
2.7 KiB
HTML
<html><head>
|
|
<script src="/js/all.min.js"></script><link rel="stylesheet" href="uploads/3/8/8/3/38833005/custom_themes/589436812881266472/files/TemplateData/style.css">
|
|
<script src="uploads/3/8/8/3/38833005/custom_themes/589436812881266472/files/TemplateData/UnityProgress.js"></script>
|
|
<script src="uploads/1/1/9/2/119209551/unityloader05.js"></script>
|
|
|
|
<script>
|
|
var gameInstance = UnityLoader.instantiate("gameContainer", "uploads/1/1/9/2/119209551/actionsim.json", {onProgress: UnityProgress,Module:{onRuntimeInitialized: function() {UnityProgress(gameInstance, "complete")}}});
|
|
</script><style>
|
|
.vt-augment {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.vt-augment.drawer {
|
|
display: none;
|
|
width: 700px;
|
|
background: white;
|
|
border: 1px solid #e6e6e6;
|
|
text-align: left;
|
|
z-index: 102;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
height: 100vh;
|
|
box-shadow: -4px 5px 8px -3px rgba(17, 17, 17, .16);
|
|
animation: slideToRight 0.5s 1 forwards;
|
|
transform: translateX(100vw);
|
|
}
|
|
.vt-augment.drawer[opened] {
|
|
display: flex;
|
|
animation: slideFromRight 0.2s 1 forwards;
|
|
}
|
|
.vt-augment > .spinner {
|
|
position: absolute;
|
|
z-index: 199;
|
|
top: calc(50% - 50px);
|
|
left: calc(50% - 50px);
|
|
border: 8px solid rgba(0, 0, 0, 0.2);
|
|
border-left-color: white;
|
|
border-radius: 50%;
|
|
width: 50px;
|
|
height: 50px;
|
|
animation: spin 1.2s linear infinite;
|
|
}
|
|
@keyframes spin {
|
|
to { transform: rotate(360deg); }
|
|
}
|
|
@keyframes slideFromRight {
|
|
0% {
|
|
transform: translateX(100vw);
|
|
}
|
|
100% {
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
@keyframes slideToRight {
|
|
100% {
|
|
transform: translateX(100vw);
|
|
display: none;
|
|
}
|
|
}
|
|
@media screen and (max-width: 700px) {
|
|
.vt-augment.drawer {
|
|
width: 100%;
|
|
}
|
|
}
|
|
</style></head><body class="search_plugin_added"><div class="webgl-content">
|
|
<div id="gameContainer" style="width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px none; position: relative; background: rgb(35, 31, 32);"><canvas style="cursor: default;" id="#canvas" width="1584" height="586"></canvas><div class="logo Dark" style="display: none;"></div><div class="progress Dark" style="display: none;"><div class="empty" style="width: 0%;"></div><div class="full" style="width: 100%;"></div></div></div>
|
|
</div>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-146349913-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-146349913-1');
|
|
</script>
|
|
</body></html> |