Comments

Log in with itch.io to leave a comment.

er.. how do you load skins, do I just drop a .png in the window or what

Right click -> Load

I click load and I loaded a minecrat skin and nothing happened

Huh weird, are you loading a PNG and not a WEBP file or anything like that? Other than that idk what could cause it

I'm loading an PNG, am I suppose to load an WEBP?

PNG is what it expects. Though I think WEBP would work the same anyway. I’m not sure then, I assume your running Windows 10/11?

Just downloaded this to try it out and the load button doesn't do anything.

Thanks for trying it out! It should be running a powershell script that opens up the file dialog, is there a “FileDialog.ps1” script next to the executable file?

There is yeah. Do I need to do something with it?

If you run it it should open the file dialog, it’s the botched script that should be created and ran when you click the load button.

Opening the app and then clicking "Run with Powershell" on the dialog doesn't do anything other than open a new window with some red text that closes after less than a second.

It seems to be failing to find the Window Forms assembly I think. Coding up a fix now ^_^