Added thingas

This commit is contained in:
2021-02-26 22:54:51 -06:00
parent 7b8a502ef3
commit 1873b4671e
26 changed files with 4144 additions and 4135 deletions

View File

@@ -1,30 +1,30 @@
html, body{
height: 100%;
width: 100%;
overflow: hidden;
}
#gamecanvas{
z-index: 200;
position: absolute;
top: 0px;
left: 0px;
/*display: block;*/
/*margin: auto;*/
/*border: 5px solid black;*/
height: 100%;
width: 100%;
}
#bgcanvas{
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
/*display: block;*/
/*margin: auto;*/
/*border: 5px solid black;*/
height: 100%;
width: 100%;
html, body{
height: 100%;
width: 100%;
overflow: hidden;
}
#gamecanvas{
z-index: 200;
position: absolute;
top: 0px;
left: 0px;
/*display: block;*/
/*margin: auto;*/
/*border: 5px solid black;*/
height: 100%;
width: 100%;
}
#bgcanvas{
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
/*display: block;*/
/*margin: auto;*/
/*border: 5px solid black;*/
height: 100%;
width: 100%;
}