diff tools/editor/scripts/gui/mapeditor.py @ 582:5e04f6349894

* Improved the floatingtextrenderer. You can now set a background speech quad. * Added a speech quad example to rio de hola. * Little fix to the editor stuff.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 03 Aug 2010 13:57:12 +0000
parents b2feacaed53c
children 32539411bf0d
line wrap: on
line diff
--- a/tools/editor/scripts/gui/mapeditor.py	Mon Aug 02 10:26:21 2010 +0000
+++ b/tools/editor/scripts/gui/mapeditor.py	Tue Aug 03 13:57:12 2010 +0000
@@ -595,8 +595,6 @@
 			blockrenderer.setEnabled(not blockrenderer.isEnabled())
 
 		elif keystr == 'c':
-			#coordinaterenderer = self._controller._camera.getRenderer('CoordinateRenderer')
-			#coordinaterenderer.setEnabled(not coordinaterenderer.isEnabled())
 			self._editor.toggleCoordinates("Toggle Coordinates")
 			
 		elif keystr == 'z':