feat: threads
This commit is contained in:
parent
6fb46573da
commit
46e7070b6b
18 changed files with 878 additions and 125 deletions
|
|
@ -13,18 +13,21 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
#screen {
|
||||
display: block;
|
||||
position: absolute;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
#fps {
|
||||
position: fixed;
|
||||
right: 6px;
|
||||
bottom: 6px;
|
||||
font: 16px monospace;
|
||||
font: 13px monospace;
|
||||
white-space: pre;
|
||||
line-height: 1.35;
|
||||
text-align: right;
|
||||
color: #fff;
|
||||
background: #000;
|
||||
opacity: 0.5;
|
||||
padding: 1px 5px;
|
||||
padding: 2px 6px;
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue