mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 02:58:44 +08:00
24 lines
671 B
HTML
24 lines
671 B
HTML
<html>
|
|
<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="vine.js"></script>
|
|
<body>
|
|
|
|
<canvas id="vinedemo-canvas"></canvas>
|
|
<center>
|
|
<div style="position: fixed; top: 0; width: 100%">
|
|
<div><input id="vinedemo-drawbones" type="checkbox"></input>Display bones & path</div>
|
|
<input id="vinedemo-playbutton" type="button" value="Pause"></input>
|
|
<div id="vinedemo-timeline" class="slider"></div>
|
|
</div>
|
|
</center>
|
|
|
|
<script>
|
|
spineDemos.loadSliders();
|
|
vineDemo(spineDemos.setupRendering);
|
|
</script>
|
|
|
|
</body>
|
|
</html> |