Skip to content

Commit 2de770b

Browse files
committed
allCoffee
1 parent d44925f commit 2de770b

20 files changed

+639
-320
lines changed

build/atlas.js

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

build/gitignore.js

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

client/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,22 @@ <h1 class="loadingText">Ładowanie zasobów...</h1>
5151
<!-- GAME MENU -->
5252
<div class="gameMenu">
5353
<div class="row">
54+
55+
<!-- FIRST COLUMN -->
5456
<div class="col-4 pl-5 pt-4">
5557
Web-minecraft v.1.0<br>
5658
Wykonanie: <a href="https://github.com/michaljaz/">michaljaz</a>
5759
</div>
60+
61+
<!--SECOND COLUMN -->
5862
<div class="col-4 text-center p-3">
5963
<h3>Gra zatrzymana</h3>
6064
<button class="gameOn btn btn-dark w-100">
6165
Graj
6266
</button>
6367
</div>
68+
69+
<!-- THIRD COLUMN -->
6470
<div class="col-4 p-3">
6571
Kontrolki
6672
<li>

0 commit comments

Comments
 (0)