Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>JUST SQUARES</title>
<meta name="description" content="This game is an Webgl FPS multiplayer game realised for learn Babylonjs!" />
<!-- SCRIPTS DE BASE -->
<script src="http://www.babylonjs.com/babylon.js"></script>
<script src="https://cdn.babylonjs.com/babylon.js"></script>
<script src="https://code.jquery.com/pep/0.4.1/pep.js"></script>
<!-- LIEN VERS LE CSS -->
<link rel="stylesheet" type="text/css" href="css/mainStyle.css" />
Expand All @@ -18,4 +18,4 @@
<script src="js/Game.js"></script>
<script src="js/Player.js"></script>
<script src="js/Arena.js"></script>
</html>
</html>