mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-05 00:58:26 +00:00
add winner notification and weather effects
This commit is contained in:
12
client/templates/modal.winner.handlebars
Normal file
12
client/templates/modal.winner.handlebars
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="bbm-modal__topbar">
|
||||
<h3 class="bbm-modal__title">Match over</h3>
|
||||
</div>
|
||||
<div class="bbm-modal__section">
|
||||
<h1>{{winner}} wins the match!</h1>
|
||||
<p>If you want to give feedback, or if you want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online">Github Gwent-Online</a>.</p>
|
||||
<p>For another match reload the page und enqueue again!</p>
|
||||
<p><b>Thanks for playing the game!</b></p>
|
||||
</div>
|
||||
<div class="bbm-modal__bottombar">
|
||||
<div class="bbm-button bbm-close">close</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user