view import/myrrdin/sprite.d @ 5:f4b89014ad39

added moving figure stuff + animated sprites. not usable atm.
author fred@reichbier.de
date Sat, 19 Jul 2008 14:33:08 +0200
parents src/sprite.d@292df259cc85
children 510541745cd1
line wrap: on
line source

module sprite;

import dsfml.window.all;
import dsfml.system.all;
import dsfml.graphics.all : Sprite = SFSprite;

import renderer;