From 17b1273c6e17530d200f8360c2b19221e66e4c34 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 30 Jul 2023 23:08:39 +0100 Subject: [PATCH] Various --- compile.hxml | 2 +- res/style.css | 2 +- src/Main.hx | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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); }