Skip to content

Commit d35b031

Browse files
committed
minecraftTextures
1 parent 733fc04 commit d35b031

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Terrain.png

90.1 KB
Loading

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Gra zatrzymana</h3>
154154

155155

156156
//Textures
157-
var texture = new THREE.TextureLoader().load('atla.png');
157+
var texture = new THREE.TextureLoader().load('Terrain.png');
158158
texture.magFilter = THREE.NearestFilter;
159159

160160
var gameState="menu";
@@ -178,12 +178,12 @@ <h3>Gra zatrzymana</h3>
178178
],
179179
this.blocks = {
180180
1: {
181-
nx: [3, 15],
181+
nx: [2, 15],
182182
ny: [2, 15],
183-
nz: [3, 15],
184-
px: [3, 15],
185-
py: [0, 15],
186-
pz: [3, 15]
183+
nz: [2, 15],
184+
px: [2, 15],
185+
py: [2, 15],
186+
pz: [2, 15]
187187
},
188188
2: {
189189
nx: [1, 15],
@@ -540,7 +540,7 @@ <h3>Gra zatrzymana</h3>
540540
activeBox: 1
541541
})
542542

543-
inv_bar.setBox(1, "https://gamepedia.cursecdn.com/minecraft_gamepedia/6/6a/Grass_Block_JE6_BE5.png")
543+
inv_bar.setBox(1,"https://gamepedia.cursecdn.com/minecraft_gamepedia/6/62/Dirt_JE2_BE1.png")
544544
inv_bar.setBox(2,"https://gamepedia.cursecdn.com/minecraft_gamepedia/2/29/Stone_JE4_BE2.png")
545545
inv_bar.setBox(3,"https://gamepedia.cursecdn.com/minecraft_gamepedia/3/37/Oak_Planks_JE6_BE3.png")
546546
inv_bar.setFocusOnly(1)

0 commit comments

Comments
 (0)