mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-08 11:46:53 +08:00
23 lines
715 B
HTML
23 lines
715 B
HTML
<html>
|
|
<title>Skins - Spine Demo</title>
|
|
<link rel="stylesheet" href="demos.css">
|
|
<script src="../../build/spine-webgl.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
|
|
<script src="utils.js"></script>
|
|
<script src="skins.js"></script>
|
|
<body>
|
|
|
|
<center>
|
|
<div class="aspect"><div><canvas id="skinsdemo-canvas"></canvas></div></div>
|
|
<select id="skinsdemo-active-skin"></select><br>
|
|
<button id="skinsdemo-randomizeattachments">Random Attachments</button>
|
|
<button id="skinsdemo-swingsword">Swing Sword</button><br>
|
|
<input id="skinsdemo-randomizeskins" type="checkbox" checked=true></input> Randomize skin
|
|
</center>
|
|
|
|
<script>
|
|
skinsDemo(spineDemos.setupRendering);
|
|
</script>
|
|
|
|
</body>
|
|
</html> |