@hytopia.com/examples 1.0.44 → 1.0.45

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.
Files changed (37) hide show
  1. package/ai-agents/package.json +2 -2
  2. package/big-world/assets/map.json +12 -12
  3. package/big-world/package.json +1 -1
  4. package/block-entity/package.json +1 -1
  5. package/child-entity/package.json +1 -1
  6. package/custom-ui/package.json +1 -1
  7. package/entity-animations/package.json +1 -1
  8. package/entity-controller/package.json +1 -1
  9. package/entity-spawn/package.json +1 -1
  10. package/frontiers-rpg-game/assets/blocks/.atlas/atlas.json +3650 -0
  11. package/frontiers-rpg-game/assets/blocks/.atlas/atlas.ktx2 +0 -0
  12. package/frontiers-rpg-game/assets/blocks/.atlas/atlas.png +0 -0
  13. package/frontiers-rpg-game/assets/blocks/mossy-cobblestone.png +0 -0
  14. package/frontiers-rpg-game/assets/maps/chitter-forest.json +3 -3
  15. package/frontiers-rpg-game/dev/persistence/player-player-2.json +1 -1
  16. package/frontiers-rpg-game/dev/persistence/player-player-3.json +1 -1
  17. package/frontiers-rpg-game/package.json +1 -1
  18. package/hole-in-wall-game/package.json +1 -1
  19. package/huntcraft/package.json +1 -0
  20. package/hygrounds/assets/blocks/.atlas/atlas.json +3377 -0
  21. package/hygrounds/assets/blocks/.atlas/atlas.ktx2 +0 -0
  22. package/hygrounds/assets/blocks/.atlas/atlas.png +0 -0
  23. package/hygrounds/package.json +1 -1
  24. package/lighting/package.json +1 -1
  25. package/mobile-controls/package.json +1 -1
  26. package/package.json +1 -1
  27. package/particles/package.json +1 -1
  28. package/pathfinding/package.json +1 -1
  29. package/payload-game/package.json +1 -1
  30. package/player-persistence/package.json +1 -1
  31. package/scheduled-notifications/package.json +1 -1
  32. package/wall-dodge-game/package.json +1 -1
  33. package/world-switching/package.json +1 -1
  34. package/zombies-fps/assets/blocks/.atlas/atlas.json +3377 -0
  35. package/zombies-fps/assets/blocks/.atlas/atlas.ktx2 +0 -0
  36. package/zombies-fps/assets/blocks/.atlas/atlas.png +0 -0
  37. package/zombies-fps/package.json +1 -1
@@ -79,8 +79,8 @@
79
79
  },
80
80
  {
81
81
  "id": 43,
82
- "name": "mossy-coblestone",
83
- "textureUri": "blocks/mossy-coblestone.png",
82
+ "name": "mossy-cobblestone",
83
+ "textureUri": "blocks/mossy-cobblestone.png",
84
84
  "isCustom": false,
85
85
  "isMultiTexture": false
86
86
  },
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "id": 52,
110
110
  "name": "oak-planks-vertical",
111
- "textureUri": "blocks/oak-planks-vertical.png",
111
+ "textureUri": "blocks/oak-planks-dark.png",
112
112
  "isCustom": false,
113
113
  "isMultiTexture": false
114
114
  },
@@ -1 +1 @@
1
- {"health":23,"currentRegionId":"stalkhaven","currentRegionSpawnFacingAngle":0,"currentRegionSpawnPoint":{"x":1,"y":2,"z":40},"skillExperience":[],"backpack":{"items":[]},"hotbar":{"items":[{"position":0,"itemId":"toy_sword"}]},"questLog":{"quests":[]},"storage":{"items":[]},"wearables":{"items":[]},"__version":21}
1
+ {"health":23,"currentRegionId":"chitter-forest","currentRegionSpawnFacingAngle":0,"currentRegionSpawnPoint":{"x":-7,"y":2,"z":76},"skillExperience":[],"backpack":{"items":[]},"hotbar":{"items":[{"position":0,"itemId":"toy_sword"}]},"questLog":{"quests":[]},"storage":{"items":[]},"wearables":{"items":[]},"__version":31}
@@ -1 +1 @@
1
- {"__version":11,"health":100,"currentRegionId":"stalkhaven","currentRegionSpawnFacingAngle":90,"currentRegionSpawnPoint":{"x":32,"y":2,"z":1},"skillExperience":[],"backpack":{"items":[]},"hotbar":{"items":[{"position":0,"itemId":"toy_sword"}]},"questLog":{"quests":[]},"storage":{"items":[]},"wearables":{"items":[]}}
1
+ {"__version":31,"health":100,"currentRegionId":"hearthwilds","currentRegionSpawnFacingAngle":90,"currentRegionSpawnPoint":{"x":249,"y":22,"z":-89},"skillExperience":[],"backpack":{"items":[]},"hotbar":{"items":[{"position":0,"itemId":"toy_sword"}]},"questLog":{"quests":[]},"storage":{"items":[]},"wearables":{"items":[]}}
@@ -11,7 +11,7 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@hytopia.com/assets": "^0.3.2",
14
+ "@hytopia.com/assets": "^0.4.2",
15
15
  "hytopia": "*"
16
16
  },
17
17
  "trustedDependencies": [
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@hytopia.com/assets": "^0.3.2",
13
+ "@hytopia.com/assets": "^0.4.2",
14
14
  "hytopia": "*"
15
15
  },
16
16
  "trustedDependencies": [
@@ -11,6 +11,7 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
+ "@hytopia.com/assets": "^0.4.2",
14
15
  "hytopia": "*"
15
16
  },
16
17
  "trustedDependencies": [