@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.
- package/ai-agents/package.json +2 -2
- package/big-world/assets/map.json +12 -12
- package/big-world/package.json +1 -1
- package/block-entity/package.json +1 -1
- package/child-entity/package.json +1 -1
- package/custom-ui/package.json +1 -1
- package/entity-animations/package.json +1 -1
- package/entity-controller/package.json +1 -1
- package/entity-spawn/package.json +1 -1
- package/frontiers-rpg-game/assets/blocks/.atlas/atlas.json +3650 -0
- package/frontiers-rpg-game/assets/blocks/.atlas/atlas.ktx2 +0 -0
- package/frontiers-rpg-game/assets/blocks/.atlas/atlas.png +0 -0
- package/frontiers-rpg-game/assets/blocks/mossy-cobblestone.png +0 -0
- package/frontiers-rpg-game/assets/maps/chitter-forest.json +3 -3
- package/frontiers-rpg-game/dev/persistence/player-player-2.json +1 -1
- package/frontiers-rpg-game/dev/persistence/player-player-3.json +1 -1
- package/frontiers-rpg-game/package.json +1 -1
- package/hole-in-wall-game/package.json +1 -1
- package/huntcraft/package.json +1 -0
- package/hygrounds/assets/blocks/.atlas/atlas.json +3377 -0
- package/hygrounds/assets/blocks/.atlas/atlas.ktx2 +0 -0
- package/hygrounds/assets/blocks/.atlas/atlas.png +0 -0
- package/hygrounds/package.json +1 -1
- package/lighting/package.json +1 -1
- package/mobile-controls/package.json +1 -1
- package/package.json +1 -1
- package/particles/package.json +1 -1
- package/pathfinding/package.json +1 -1
- package/payload-game/package.json +1 -1
- package/player-persistence/package.json +1 -1
- package/scheduled-notifications/package.json +1 -1
- package/wall-dodge-game/package.json +1 -1
- package/world-switching/package.json +1 -1
- package/zombies-fps/assets/blocks/.atlas/atlas.json +3377 -0
- package/zombies-fps/assets/blocks/.atlas/atlas.ktx2 +0 -0
- package/zombies-fps/assets/blocks/.atlas/atlas.png +0 -0
- package/zombies-fps/package.json +1 -1
package/ai-agents/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{
|
|
9
9
|
"id": 2,
|
|
10
10
|
"name": "clay",
|
|
11
|
-
"textureUri": "blocks/
|
|
11
|
+
"textureUri": "blocks/cobblestone.png"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"id": 3,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{
|
|
24
24
|
"id": 5,
|
|
25
25
|
"name": "dragons-stone",
|
|
26
|
-
"textureUri": "blocks/
|
|
26
|
+
"textureUri": "blocks/deepslate.png"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": 6,
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
{
|
|
34
34
|
"id": 7,
|
|
35
35
|
"name": "grass",
|
|
36
|
-
"textureUri": "blocks/grass"
|
|
36
|
+
"textureUri": "blocks/grass-block"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"id": 8,
|
|
40
40
|
"name": "gravel",
|
|
41
|
-
"textureUri": "blocks/
|
|
41
|
+
"textureUri": "blocks/granite.png"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"id": 9,
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
{
|
|
49
49
|
"id": 10,
|
|
50
50
|
"name": "infected-shadowrock",
|
|
51
|
-
"textureUri": "blocks/
|
|
51
|
+
"textureUri": "blocks/pink-concrete.png"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"id": 11,
|
|
55
55
|
"name": "log-side",
|
|
56
|
-
"textureUri": "blocks/log"
|
|
56
|
+
"textureUri": "blocks/spruce-log"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"id": 12,
|
|
60
60
|
"name": "log-top",
|
|
61
|
-
"textureUri": "blocks/log"
|
|
61
|
+
"textureUri": "blocks/spruce-log"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"id": 13,
|
|
65
65
|
"name": "mossy-coblestone",
|
|
66
|
-
"textureUri": "blocks/
|
|
66
|
+
"textureUri": "blocks/cobblestone.png"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"id": 14,
|
|
70
70
|
"name": "nuit",
|
|
71
|
-
"textureUri": "blocks/
|
|
71
|
+
"textureUri": "blocks/cobblestone.png"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"id": 15,
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
{
|
|
89
89
|
"id": 18,
|
|
90
90
|
"name": "shadowrock",
|
|
91
|
-
"textureUri": "blocks/
|
|
91
|
+
"textureUri": "blocks/cobblestone.png"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"id": 19,
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
{
|
|
104
104
|
"id": 21,
|
|
105
105
|
"name": "void-sand",
|
|
106
|
-
"textureUri": "blocks/
|
|
106
|
+
"textureUri": "blocks/cobblestone.png"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"id": 22,
|
|
110
110
|
"name": "water-still",
|
|
111
|
-
"textureUri": "blocks/water
|
|
111
|
+
"textureUri": "blocks/water.png",
|
|
112
112
|
"isLiquid": true
|
|
113
113
|
}
|
|
114
114
|
],
|
package/big-world/package.json
CHANGED
package/custom-ui/package.json
CHANGED