hytopia 0.1.85 → 0.1.86

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.
@@ -151,7 +151,7 @@ startServer((world) => {
151
151
  */
152
152
 
153
153
  new Audio({
154
- uri: "audio/music/overworld.mp3",
154
+ uri: "audio/music/hytopia-main.mp3",
155
155
  loop: true,
156
156
  volume: 0.1,
157
157
  }).play(world);
@@ -9,8 +9,8 @@
9
9
  "typescript": "^5.0.0"
10
10
  },
11
11
  "dependencies": {
12
- "@hytopia.com/assets": "^0.2.2",
13
- "hytopia": "^0.1.77",
12
+ "@hytopia.com/assets": "^0.2.3",
13
+ "hytopia": "^0.1.85",
14
14
  "openai": "^4.77.3"
15
15
  }
16
16
  }
@@ -114,7 +114,7 @@ export default class MyEntityController extends BaseEntityController {
114
114
  */
115
115
  public attach(entity: Entity) {
116
116
  this._stepAudio = new Audio({
117
- uri: 'audio/sfx/step.wav',
117
+ uri: 'audio/sfx/step/stone-step-01.mp3',
118
118
  loop: true,
119
119
  volume: 0.1,
120
120
  attachedToEntity: entity,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
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": {