Initial Commit
This commit is contained in:
commit
ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions
BIN
www/fonts/NotoSans_Regular.ttf
Normal file
BIN
www/fonts/NotoSans_Regular.ttf
Normal file
Binary file not shown.
BIN
www/fonts/OMORI_GAME.ttf
Normal file
BIN
www/fonts/OMORI_GAME.ttf
Normal file
Binary file not shown.
BIN
www/fonts/OMORI_GAME2.ttf
Normal file
BIN
www/fonts/OMORI_GAME2.ttf
Normal file
Binary file not shown.
43
www/fonts/gamefont.css
Normal file
43
www/fonts/gamefont.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
@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;
|
||||
}
|
BIN
www/fonts/mplus-1m-regular.ttf
Normal file
BIN
www/fonts/mplus-1m-regular.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue