Skip to content

Commit d61560e

Browse files
committed
pageIcon
1 parent 665fb07 commit d61560e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Minecraft</title>
4+
5+
<title>Web-Minecraft</title>
6+
7+
<link rel="icon" href="https://gamepedia.cursecdn.com/minecraft_gamepedia/6/6a/Grass_Block_JE6_BE5.png">
58

69
<div css>
710
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
@@ -73,6 +76,7 @@ <h3>Gra zatrzymana</h3>
7376
</div>
7477
</div>
7578
<script type="module">
79+
7680
import * as THREE from './module/build/three.module.js';
7781
import {BufferGeometryUtils} from './module/jsm/utils/BufferGeometryUtils.js';
7882
import Stats from './module/jsm/libs/stats.module.js';
@@ -649,6 +653,12 @@ <h3>Gra zatrzymana</h3>
649653
}
650654
}
651655

656+
class Player {
657+
constructor(options){
658+
659+
}
660+
}
661+
652662

653663
var canvas,renderer,scene,camera,stats,raycaster,
654664
gameState,stairsGeometry,world,cube,FPC,anvilGeometry,socket,playerObject;

0 commit comments

Comments
 (0)