sprite and gif animations

This commit is contained in:
2023-11-04 13:06:49 -06:00
parent 2e039719f6
commit 79e7996d46
13 changed files with 1110 additions and 157 deletions

View File

@@ -1,12 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Doodler</title>
<style>
* {
image-rendering: pixelated;
}
img {
width: 50px;
border: 1px aqua solid;
margin: 2px;
}
</style>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>