-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.17 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html, body { height: 100% }
body { margin: 0; padding: 0; background: #111; color: #eee }
.caption { position: absolute; left: 0; bottom: 0; padding: 5px 10px; margin: 0; font: caption; color: #eee; background: rgba(0,0,0,0.8) }
.caption a { color: inherit; }
.dg { font: caption !important; text-shadow: none !important }
.dg .property-name { font: small-caption !important; line-height: 27px !important; }
</style>
<title>Phaser Game GUI Demo</title>
<p class="caption">
<a href="https://github.com/samme/phaser-plugin-game-gui#readme">Phaser Game GUI plugin</a>
|
<a href="https://www.npmjs.com/package/phaser-plugin-game-gui" title="NPM package phaser-plugin-game-gui">NPM</a>
|
<a href="https://cdn.jsdelivr.net/npm/phaser-plugin-game-gui@latest/index.js" title="phaser-plugin-game-gui@latest/index.js">CDN</a>
Sound effects by Eric Matyas <a href="http://www.soundimage.org">www.soundimage.org</a>
</p>
<script src="example/phaser.js"></script>
<script src="example/dat.gui.js"></script>
<script src="index.js"></script>
<script src="example/index.js"></script>