initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Phaser Game</title>
|
||||
<style>
|
||||
html, body { margin: 0; padding: 0; background: #000; height: 100%; overflow: hidden; }
|
||||
#game { display: flex; justify-content: center; align-items: center; height: 100%; }
|
||||
canvas { display: block; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="game"></div>
|
||||
<script src="phaser.min.js"></script>
|
||||
<script src="game.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user