Hi,
I have pulled down Kode Studio and have not installed anything else as it's suppose to be batteries included (?).
I've created a project (http://kha.tech/getstarted) and added a png image to the assets folder, built and ran it to let the build system find the new asset.
After I've done that I'm suppose to be able to reference my png image by using "Assets.images.NameOfImage".
However I get this message from the linter: "kha._Assets.ImageList has no field coin" and if I run it nothing gets drawn when I use "framebuffer.g2.drawImage(Assets.images.coin, 0, 0);"
Code can be found here: https://github.com/timotii48/Compost
I've tried this both on windows and mac, same issue.
Guess its most likely just something I'm doing wrong as I see no other reports on the issue.
Thanks for any help,
Tim