Skip to content

Commit

Permalink
2 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github authored May 17, 2024
1 parent d11b9c8 commit 8cf6847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions game/multiP/EntraInSq/New/EntraInSq.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*Old ID
roomId; SquadInp; createRoom
*/
import Colyseus from "https://unpkg.com/colyseus.js@^0.15.0/dist/colyseus.js";

const Colyseus = require('colyseus.js');
const client = new Colyseus.Client('ws://localhost:2567');
Expand Down
5 changes: 4 additions & 1 deletion game/multiP/onlineUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@

<script src="/exit.js"></script>
<script src="/cons/console.js"></script>

<!-- Muliplayer Account Server -->
<script src="/game/multiP/UserList.js"></script>
<!-- Muliplayer -->

<!-- Muliplayer Account Ospite -->
<script src="https://unpkg.com/colyseus.js@^0.15.0/dist/colyseus.js"></script>
<!--<script src="/game/multiP/CreaSq/Old/CreaSq_server.js"></script>
<script src="/game/multiP/CreaSq/Old/CreaSq_client.js"></script>-->
Expand Down

0 comments on commit 8cf6847

Please sign in to comment.