Mercurial > fife-parpg
changeset 368:c4df3fbbbc91
Fixed the doc string for the CameraEdit plugin.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 02 Nov 2009 19:13:42 +0000 |
parents | 598547404022 |
children | a93b21b8d0e7 |
files | clients/editor/plugins/CameraEdit.py |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/clients/editor/plugins/CameraEdit.py Thu Oct 29 22:11:48 2009 +0000 +++ b/clients/editor/plugins/CameraEdit.py Mon Nov 02 19:13:42 2009 +0000 @@ -21,7 +21,9 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # #################################################################### -""" a tool for FIFEdit to edit object and instance attributes """ +""" a tool for FIFEdit to edit camera attributes. It does not +currently support multiple cameras. +""" import fife import pychan @@ -199,9 +201,6 @@ """ Create the basic gui container """ self._container = pychan.loadXML('gui/cameradialog.xml') - #self._container.findChild(name="mapLabel").hide() - #self._container.findChild(name="mapBox").hide() - self._ok_button = self._container.findChild(name="okButton") self._cancel_button = self._container.findChild(name="cancelButton")