about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-02-18 11:41:27 +0100
committeroy <Tom_Adams@web.de>2011-02-18 11:41:27 +0100
commit4f91026a01436d95cb20b3a994e96dce5072544e (patch)
tree5faaec04c1404bc473f0f6b5c57b9c243730ec00 /src/game/editor/ed_editor.h
parent169efb129f947209b6d3cdfdc632d3804dcd549d (diff)
downloadzcatch-4f91026a01436d95cb20b3a994e96dce5072544e.tar.gz
zcatch-4f91026a01436d95cb20b3a994e96dce5072544e.zip
added an editor function to show tile informations (index, flip/rotate status)
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index 648a5829..61af9249 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -380,6 +380,7 @@ public:
 	virtual void BrushFlipY();
 	virtual void BrushRotate(float Amount);
 	
+	virtual void ShowInfo();
 	virtual int RenderProperties(CUIRect *pToolbox);
 
 	virtual void ModifyImageIndex(INDEX_MODIFY_FUNC pfnFunc);
@@ -500,6 +501,7 @@ public:
 		m_GuiActive = true;
 		m_ProofBorders = false;
 		
+		m_ShowTileInfo = false;
 		m_ShowDetail = true;
 		m_Animate = false;
 		m_AnimateStart = 0;
@@ -598,6 +600,7 @@ public:
 	float m_MouseDeltaWx;
 	float m_MouseDeltaWy;
 	
+	bool m_ShowTileInfo;
 	bool m_ShowDetail;
 	bool m_Animate;
 	int64 m_AnimateStart;