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

cd ..
cd ..
cd ..
exec ./dragonruby samples/03_rendering_sprites/03_animation_states --replay replay.txt $1 $2
