TextBox implemented and cleaning.

This commit is contained in:
Mal
2020-02-24 00:19:21 +01:00
parent bd5ec13ea3
commit 3ffc786989
7 changed files with 220 additions and 9 deletions

View File

@@ -4,11 +4,16 @@
<meta charset="UTF-8">
<title>Mr. Crocs Adventures</title>
<style>
@font-face {
font-family: Silkscreen;
src: url("fonts/slkscr.ttf")
}
#canvas {
position: absolute;
top: 0;
left: 0;
background-color: #6096ff;
cursor: none;
}
</style>
<link rel="shortcut icon" type="image/png" href="favicon.png">