Skip to content

Commit c576e11

Browse files
Add folder structure, npm packages, default movement for player
1 parent 198abff commit c576e11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+725
-157
lines changed

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tabWidth": 2,
3+
"semi": true,
4+
"singleQuote": true,
5+
"printWidth": 120
6+
}

dist/favicon.ico

15 KB
Binary file not shown.

dist/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Template Webpack Eslint Webhint</title>
7+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
8+
<title>Shooter Game | Phaser</title>
89
</head>
910

1011
<body>
11-
12+
<div id="phaser-game"></div>
1213
<script src="main.js"></script>
1314
</body>
1415

0 commit comments

Comments
 (0)