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]
|
let frame = this.rounds[this.frameno]
|
||||||
if (!frame) {
|
if (!frame) {
|
||||||
this.stop()
|
this.stop()
|
||||||
|
setTimeout(
|
||||||
|
() => {
|
||||||
|
this.start()
|
||||||
|
},
|
||||||
|
2 * Second,
|
||||||
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,7 @@ a:hover {
|
||||||
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
background-color: #222a;
|
||||||
color: #999;
|
color: #999;
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
Loading…
Reference in New Issue