trying grenouille assets again

This commit is contained in:
Bryanna
2023-04-27 19:45:27 -07:00
parent 79194a1015
commit 2445765471
1066 changed files with 74147 additions and 7 deletions

View File

@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> Demo </title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
.hiddenText{
font-family: Bandit;
visibility: hidden;
height: 0;
}
#gameDiv{
width: 500px;
height: 288px;
}
canvas {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}
</style>
<script type="text/javascript" src="phaser.min.js"></script>
<script type="text/javascript" src="game.js"></script>
<meta name="viewport" content="initial-scale=1 user-scalable=0" />
</head>
<body>
</body>
</html>