mirror of https://github.com/dirtbags/tanks.git
A bit of style
This commit is contained in:
parent
554d341d64
commit
f2ed004135
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -45,6 +45,12 @@ export class Player {
|
|||
let frame = this.rounds[this.frameno]
|
||||
if (!frame) {
|
||||
this.stop()
|
||||
setTimeout(
|
||||
() => {
|
||||
this.start()
|
||||
},
|
||||
2 * Second,
|
||||
)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@ a:hover {
|
|||
|
||||
|
||||
h1, h2, h3 {
|
||||
background-color: #222a;
|
||||
color: #999;
|
||||
letter-spacing: -0.05em;
|
||||
clear: both;
|
||||
|
|
Loading…
Reference in New Issue