Results 6 issues of fox

![图](https://raw.githubusercontent.com/imfox/imgStore/master/QQ20200629192129.png) 监听鼠标移入事件 把颜色改成白色 监听鼠标移出事件 把颜色改成红色 鼠标放在y:100的位置时,组件改变位置不会触发移入移出的事件

是不是只是简单的执行了一下mv然后rm 因为路径相同导致后面rm掉了?

1.使用Label组件时 使用了 centerX 与 centerY 会导致 pandding A,B,C,D 中的 A,B 效果不准确。 2.使用Label并使用图形字体时 设置 align为 center使文字显示在中间。再添加 underline 与 underlinecolor 会发现下划线依旧左边没有跟随文字显示在中间 ![预览](https://raw.githubusercontent.com/imfox/imgStore/master/font_bug.png)

如题 现在启动编辑器主机都是一个新的端口,有一些保存本地的数据无法使用了

``` static function main() { Raylib.initWindow(1280, 720, "Hello World!"); var textures:Array = new Array(); var tex = textures[0]; } ``` Unable to compile successfully