Skip to content

Instantly share code, notes, and snippets.

@Prodge
Created May 1, 2016 14:15
Show Gist options
  • Save Prodge/5f7f0247bc4c4d75262be9032285ad34 to your computer and use it in GitHub Desktop.
Save Prodge/5f7f0247bc4c4d75262be9032285ad34 to your computer and use it in GitHub Desktop.
<h3>Action Box</h3>
<div id="game_resources" hidden="hidden">
<img id="player_standing" src="images/standing.png">
<img id="player_jumping" src="images/jumping.png">
<img id="player_running_left" src="images/running_left.png">
<img id="player_running_right" src="images/running_right.png">
</div>
<canvas width="700px" height="500px" id="game_canvas"></canvas>
<script src="scripts/game.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment