Animationen hinzugefügt
This commit is contained in:
@@ -14,18 +14,20 @@
|
||||
</div>
|
||||
<!-- Site Content -->
|
||||
<div class='max-height'>
|
||||
<div class = 'show-while-playing height-20 text-right'>
|
||||
<button class="button" id = 'help-button' data-translation="help"></button>
|
||||
<div class="text-right max-width">
|
||||
<button class="button right show-while-playing" id='help-button' data-translation="help"></button>
|
||||
</div>
|
||||
<div class = 'show-when-won height-20 center flex-center'>
|
||||
<b data-translation="won" id = "won-text"></b>
|
||||
<div id = 'coin-container'>
|
||||
<div id = 'coin-template' class='coin'>
|
||||
<img src = 'img/coin.png'/>
|
||||
<div class='height-20 show-when-won center flex-center fill-me'>
|
||||
<div class = 'grow max-width'>
|
||||
<b data-translation="won" id="won-text"></b>
|
||||
</div>
|
||||
<div id='coin-container'>
|
||||
<div id='coin-template' class='coin' style="opacity: 0">
|
||||
<img src='img/coin.png'/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-center height-60">
|
||||
<div class="flex-center level-container">
|
||||
<div id='level'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user