diff --git a/compile.hxml b/compile.hxml index 6573025..f9dba16 100644 --- a/compile.hxml +++ b/compile.hxml @@ -1,6 +1,6 @@ -cp src -lib heaps -lib hlsdl --hl hello.hl +-hl rewild.hl -main Main -lib domkit diff --git a/res/style.css b/res/style.css index 30ba63d..6183bbe 100644 --- a/res/style.css +++ b/res/style.css @@ -43,4 +43,4 @@ button:hover text { button:active { background: #666; -} \ No newline at end of file +} diff --git a/src/Main.hx b/src/Main.hx index 2927f5f..7bf84d1 100644 --- a/src/Main.hx +++ b/src/Main.hx @@ -6,7 +6,7 @@ class ViewComp extends h2d.Flow implements h2d.domkit.Object { static var SRC = - + for( i in icons ) ; @@ -100,6 +100,7 @@ class Main extends hxd.App { style = new h2d.domkit.Style(); style.load(hxd.Res.style); + style.allowInspect = true; style.addObject(root); }