Skip to content

Commit 62a9e66

Browse files
committed
screenShots
1 parent 5930b3d commit 62a9e66

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,21 @@ Po uruchomieniu serwera gra zostanie hostowana pod linkiem: <a href="http://loca
5050

5151
DEMO gry znajduje się pod adresem: <a href="http://mc.grok.eu">http://mc.grok.eu</a>
5252

53-
<h3>Przydatne narzędzia:</h3>
53+
<h3>Screenshoty:</h3>
5454

55-
```bash
56-
57-
#Komilator coffeeScript
58-
npm run coffee
59-
60-
#Ignorowanie folderu node_modules
61-
npm run gitignore
62-
63-
#Generowanie atlasu tekstur
64-
npm run atlas
65-
66-
```
67-
68-
<img src="src/screenshot.png"
55+
<img src="src/screen1.png"
6956
alt="screenshot"
7057
style="float: left; margin-right: 10px;" />
58+
<img src="src/screen2.png"
59+
alt="screenshot"
60+
style="float: left; margin-right: 10px;" />
61+
<img src="src/screen3.png"
62+
alt="screenshot"
63+
style="float: left; margin-right: 10px;" />
64+
<img src="src/screen4.png"
65+
alt="screenshot"
66+
style="float: left; margin-right: 10px;" />
67+
68+
7169

7270

server/savedWorld.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

src/screen2.png

1.32 MB
Loading

src/screen3.png

437 KB
Loading

src/screen4.png

170 KB
Loading

start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require("./server/express.js")(config)
1212
const stripEof = require('strip-eof');
1313
var term = require( 'terminal-kit' ).terminal ;
1414
term.clear()
15-
term.green((fs.readFileSync(__dirname+'/asciiLogo')))
15+
term.green((fs.readFileSync(__dirname+'/src/asciiLogo')))
1616
info()
1717
// // Get some user input
1818

0 commit comments

Comments
 (0)