Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavaruba committed Sep 22, 2023
1 parent b59f86b commit 5e0913c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion _posts/2023-9-22-Sprite.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ courses: { (week 2) }
<body>
<div>
<canvas id="spriteContainer"> <!-- Within the base div is a canvas. An HTML canvas is used only for graphics. It allows the user to access some basic functions related to the image created on the canvas (including animation) -->
<img id="mario-jump" src="images/mario-jump.png">
<img id="mario-jump" src="Images/marioJump.png">
</canvas>
<div id="controls"> <!--basic radio buttons which can be used to check whether each individual animaiton works -->
<input type="radio" name="animation" id="jumping" checked>
Expand Down

0 comments on commit 5e0913c

Please sign in to comment.