Mercurial > fife-parpg
changeset 288:e194eb289fb0
change the Linear Pather in the tests to the RoutePather
author | wenlin_fife@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 24 Jun 2009 13:46:22 +0000 |
parents | fdb1e98fd8b6 |
children | 8aae3fabcf41 |
files | tests/swig_tests/action_tests.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/swig_tests/action_tests.py Sun Jun 21 15:43:12 2009 +0000 +++ b/tests/swig_tests/action_tests.py Wed Jun 24 13:46:22 2009 +0000 @@ -23,7 +23,8 @@ self.obj = fife.Object("object001", 'plaa') fife.ObjectVisual.create(self.obj) - self.pather = fife.LinearPather() +# self.pather = fife.LinearPather() + self.pather = fife.RoutePather() self.obj.setPather(self.pather) self.action = self.obj.createAction('walk') fife.ActionVisual.create(self.action)