hytopia 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@ The HYTOPIA SDK makes it easy for developers to create multiplayer games on the
22
22
  Available as a simple NPM package, this SDK provides everything you need to get started:
23
23
 
24
24
  - Compiled HYTOPIA Server: The ready-to-use server software.
25
- - Game Client & Debugger: Accessible at https://play.hytopia.com
25
+ - Game Client & Debugger: Accessible at https://hytopia.com/play
26
26
  - TypeScript Definitions: For strong typing and code completion.
27
27
  - Documentation: Detailed guides and API reference.
28
28
  - Default Assets: Textures, models, audio and more you can use in your games.
package/bin/scripts.js CHANGED
@@ -153,7 +153,7 @@ function displayInitSuccessMessage() {
153
153
  console.log('✅ HYTOPIA PROJECT INITIALIZED SUCCESSFULLY!');
154
154
  console.log(' ');
155
155
  console.log('💡 1. Start your development server with: bun --watch index.ts');
156
- console.log('🎮 2. Play your game by opening: https://play.hytopia.com/?join=localhost:8080');
156
+ console.log('🎮 2. Play your game by opening: https://hytopia.com/play/?join=localhost:8080');
157
157
  logDivider();
158
158
  }
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {