浏览代码

added drop shadow on log by default

ncannasse 8 年之前
父节点
当前提交
c004d0c751
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      h2d/Console.hx

+ 1 - 0
h2d/Console.hx

@@ -34,6 +34,7 @@ class Console extends h2d.Sprite {
 		height = font.lineHeight + 2;
 		logTxt = new h2d.HtmlText(font, this);
 		logTxt.x = 2;
+		logTxt.dropShadow = { dx : 0, dy : 1, color : 0, alpha : 0.5 };
 		logTxt.visible = false;
 		logs = [];
 		logIndex = -1;