Remove unneeded files

This commit is contained in:
OleSTEEP 2024-05-26 02:34:50 +03:00
parent 05652eee34
commit 8e421a2ad5
1443 changed files with 0 additions and 1013432 deletions

Binary file not shown.

View file

@ -1,43 +0,0 @@
@font-face {
font-family: GameFont;
src: url("OMORI_GAME2.ttf");
}
body {
overflow: hidden;
}
#fpsCounterBox {
position: absolute;
left: 5px;
top: 5px;
width: 90px;
height: 40px;
background: #222;
opacity: 0.8;
z-index: 8;
}
#fpsCounterLabel {
position: absolute;
top: 0px;
left: 0px;
padding: 5px 10px;
height: 30px;
line-height: 32px;
font-size: 24px;
font-family: GameFont;
color: #fff;
text-align: left;
}
#fpsCounterNumber {
position: absolute;
top: 0px;
right: 0px;
padding: 5px 10px;
height: 30px;
line-height: 30px;
font-size: 28px;
font-family: GameFont;
color: #fff;
text-align: right;
}

Binary file not shown.