initial commit
This commit is contained in:
commit
4e74e758d3
15
index.html
Normal file
15
index.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Click of the Titans</title>
|
||||||
|
<style>body {margin: 0;padding: 0;}</style>
|
||||||
|
|
||||||
|
<script src="lib/phaser.min.js"></script>
|
||||||
|
|
||||||
|
<script src="src/game.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
27
lib/phaser.min.js
vendored
Normal file
27
lib/phaser.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
0
src/game.js
Normal file
0
src/game.js
Normal file
Loading…
Reference in New Issue
Block a user