ERAGON

Results 1 issues of ERAGON

```lua local btn = dgsCreateButton(0.15, 0.2, 0.3, 0.2, "A simple button", true) dgsSetProperties( btn, { ["iconImage"] = ":ThisResource/Files/SomeImage.png", } ) ``` The first problem is that dgs won't load the...