diff src/parpg/components/__init__.py @ 122:21dd4da40eab

Added Graphics component.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 15:50:28 +0200
parents 1703dbb4fefb
children 7c9b7efc0f11
line wrap: on
line diff
--- a/src/parpg/components/__init__.py	Tue Sep 27 15:38:24 2011 +0200
+++ b/src/parpg/components/__init__.py	Tue Sep 27 15:50:28 2011 +0200
@@ -11,6 +11,7 @@
 from equip import Equip
 from general import General
 from behaviour import Behaviour
+from graphics import Graphics
 
 components = {
         "general": General(),
@@ -26,4 +27,5 @@
         "equipable": Equipable(),
         "equip": Equip(),
         "behaviour": Behaviour(),
+        "graphics": Graphics(),
     }
\ No newline at end of file