diff LightClone/Source/GuiElement.cpp @ 33:06b151afc8d0

Cleaned up UI art; Completed drag and drop; Centered grid
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 21 Sep 2011 00:50:20 -0700
parents c227be6a15fe
children 58a16d529d95
line wrap: on
line diff
--- a/LightClone/Source/GuiElement.cpp	Tue Sep 20 21:26:22 2011 -0700
+++ b/LightClone/Source/GuiElement.cpp	Wed Sep 21 00:50:20 2011 -0700
@@ -194,6 +194,14 @@
 }
 
 /*
+ * SetColor
+ */
+void GuiElement::SetColor(D3DCOLOR nColor)
+{
+	kColor = nColor;
+}
+
+/*
  * Pick
  */
 GuiElement* GuiElement::Pick(float fX, float fY)