hytopia 0.1.88 → 0.1.89

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.
@@ -122,7 +122,7 @@ startServer(world => {
122
122
  */
123
123
 
124
124
  new Audio({
125
- uri: 'audio/music/overworld.mp3',
125
+ uri: 'audio/music/hytopia-main.mp3',
126
126
  loop: true,
127
127
  volume: 0.1,
128
128
  }).play(world);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
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": {