- Fixed a weird bug where UI controls were duplicated because of how the camera was set up. Originally that issue was worked around by switching which visibilit...
Changed resizing images from clicking on the border, to using a slider. Godot doesn't support clickable borders natively, and using a slider is much easier from...
File/Recent no longer shows duplicate entries Temporarily added X,Y coordinates of current camera position to bottom right Changed image border to grey Added sl...
File/Recent now works. TODO: Remove duplicate entries from list Open/Save Dialogue's most recent directory is now persistent between program launches...
Added a custom icon to the .exe Added the ability to Drag & Drop pictures from other programs (e.g. web browser, discord)- But it's buggy and not recommended fo...
- Changed border on images from Color.RED to Color.GREY - Can "Select" images by left clicking on them, which changes the border color to Color.Light_Slate_Grey...
Past the initial protoyping stages, into a barely usable Alpha stage. - Changed engine from C#.NET WinForms to Godot 4.5, since WinForms is basically abandoned...