hytopia 0.1.11 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ## What is HYTOPIA?
7
7
 
8
- ![HYTOPIA Banner](./docs/assets/banner.png)
8
+ ![HYTOPIA Banner](./readme/assets/banner.png)
9
9
  HYTOPIA is a modern games platform inspired by Minecraft, Roblox, and Rec Room.
10
10
 
11
11
  HYTOPIA allows you to create your own highly-sharable, immersive, massively multiplayer games in a voxel-like style. All playable in a web browser on any device!
@@ -51,7 +51,7 @@ bunx hytopia init
51
51
  bun --watch index.ts
52
52
  ```
53
53
 
54
- 4. Visit https://play.hytopia.com - when prompted, enter `localhost:8080` - this is the default port of the local server you started in the previous step.
54
+ 6. Visit https://play.hytopia.com - when prompted, enter `localhost:8080` - this is the hostname of the local server you started in the previous step.
55
55
 
56
56
  Once you're up and running, here's some other resources to go further:
57
57
  - [Game Examples](./examples)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create multiplayer games on the HYTOPIA platform using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {
Binary file