#!/bin/sh
cd "`dirname "$0"`"

cd ..
cd ..
cd ..
exec ./dragonruby samples/03_rendering_sprites/01_animation_using_separate_pngs
