mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
Updated Loader component and fixed a few Pointer issues.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0" />
|
||||
<title>Phaser does DemoScene</title>
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
var PhaserGlobal = { disableAudio: true }
|
||||
</script>
|
||||
<script src="../phaser.js"></script>
|
||||
<script src="ballmover.js"></script>
|
||||
<script src="scroller1.js"></script>
|
||||
<script src="starray.js"></script>
|
||||
<script src="colorwhirl.js"></script>
|
||||
<script src="fujiboink.js"></script>
|
||||
<script src="metalslug.js"></script>
|
||||
<script src="fruitfall.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user