Skip to content

Commit 5b72c4b

Browse files
committed
npmProject
1 parent 919d27d commit 5b72c4b

File tree

781 files changed

+9788
-5243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

781 files changed

+9788
-5243
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ Render minecrafta w przeglądarce
55
```bash
66
#Instalacja repozytorium
77
git clone https://github.com/michaljaz/web-minecraft
8+
cd web-minecraft
89

910
#Utworzenie serwera i uruchomienie przeglądarki
10-
node web-minecraft/server/run.js
11+
npm start
12+
13+
#Automatyczny Kompilator Coffeescript
14+
npm run coffee
1115

1216
```
1317

14-
<img src="screenshot.png"
18+
<img src="src/screenshot.png"
1519
alt="screenshot"
1620
style="float: left; margin-right: 10px;" />
1721
<br><br>

client/assets/assetLoader.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,9 @@
5959
"player":{
6060
"path":"assets/models/player/player.fbx",
6161
"type":"fbx"
62+
},
63+
"anvil":{
64+
"path":"assets/models/anvil/anvil.fbx",
65+
"type":"fbx"
6266
}
6367
}

client/assets/blocks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"5": {
5555
"name":"anvil",
5656
"isBlock":false,
57-
"model":"anvil/anvil.fbx"
57+
"model":"anvil"
5858
},
5959
"6": {
6060
"name":"brick",

client/bundle.js

Lines changed: 20 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/workers/terrain.js

Lines changed: 9 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)