Skip to content

Commit

Permalink
Step 2.4: Add engine namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Aug 29, 2018
1 parent f4d3268 commit 74b9033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/scripts/namespaces.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Engine = {};
3 changes: 3 additions & 0 deletions views/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<script type="text/javascript" src="/libs/jquery-2.1.1.js"></script>
<script type="text/javascript" src="/libs/underscore.js"></script>

<!-- Scripts -->
<script type="text/javascript" src="/scripts/namespaces.js"></script>

<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/styles/game.css">
</head>
Expand Down

0 comments on commit 74b9033

Please sign in to comment.