diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/import/myrrdin/sprite.d	Sat Jul 19 14:33:08 2008 +0200
@@ -0,0 +1,7 @@
+module sprite;
+
+import dsfml.window.all;
+import dsfml.system.all;
+import dsfml.graphics.all : Sprite = SFSprite;
+
+import renderer;