--- title: Mario Sprite Sheet comments: true layout: base description: Use JavaScript without external libararies to display all the animations in a sprite sheet. permalink: /frontend/mario image: /images/mario_animation.png categories: [] tags: [javascript] --- {% include nav_frontend.html %} {% assign sprite_file = site.baseurl | append: page.image %} {% assign hash = site.data.mario_metadata %} {% assign pixels = 256 %}
{% for key in hash %} {% assign id = key | first %} {% cycle '
', '', '', '' %}

{{id}}

{% cycle '', '', '', '
' %} {% endfor %}