Mercurial > parpg-source
diff gamescenecontroller.py @ 148:2241722311bf
Moved the action module into the entities package.
Removed the objects package.
author | KarstenBock@gmx.net |
---|---|
date | Sun, 09 Oct 2011 21:02:48 +0200 |
parents | 055a14d72184 |
children | 04854cf6e1ac |
line wrap: on
line diff
--- a/gamescenecontroller.py Sun Oct 09 20:54:03 2011 +0200 +++ b/gamescenecontroller.py Sun Oct 09 21:02:48 2011 +0200 @@ -28,7 +28,7 @@ from controllerbase import ControllerBase from parpg.gui.hud import Hud from parpg.gui import drag_drop_data as data_drag -from objects.action import (ChangeMapAction, ExamineAction, TalkAction, +from entities.action import (ChangeMapAction, ExamineAction, TalkAction, OpenAction, CloseAction, UnlockAction, LockAction, PickUpAction, DropItemAction, ExamineContentsAction,