fix: mention the maximum frame limit
This commit is contained in:
parent
dc1fe02d59
commit
2d5009e5bb
@ -63,6 +63,8 @@
|
|||||||
<a id='new' class='btn' title='Fetch a new game'><i class='fa fa-refresh'></i></a>
|
<a id='new' class='btn' title='Fetch a new game'><i class='fa fa-refresh'></i></a>
|
||||||
<a id='faster' class='btn' title='Faster'><i class='fa fa-plus-square'></i></a>
|
<a id='faster' class='btn' title='Faster'><i class='fa fa-plus-square'></i></a>
|
||||||
<a id='slower' class='btn' title='Slower'><i class='fa fa-minus-square'></i></a>
|
<a id='slower' class='btn' title='Slower'><i class='fa fa-minus-square'></i></a>
|
||||||
|
|
||||||
|
<p>Note: we have limited the game to run only for 10000 frames to avoid infinitely long games, if you want to watch the game indefinitely, <a href='https://github.com/mdibaiee/flappy-es'>get the python version</a> and try it yourself. <i class='fa fa-hand-peace-o'></i></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -49,6 +49,7 @@ a:hover {
|
|||||||
|
|
||||||
footer > * {
|
footer > * {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@ -91,3 +92,11 @@ footer > * {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls p {
|
||||||
|
margin: 2rem auto;
|
||||||
|
width: 90%;
|
||||||
|
max-width: 500px;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user