Thanks, Alesan!alesan99 wrote:Well this just got even more amazing!
There's a minor mistake you made that really doesn't affect anything though, if you put your mouse on the edges of the screen when a window is maximized the arrow image changes to make it seem like you can resize the window.
Also how are you going to make folders openable (if you decide to make them openable)?
Yes, I've noticed the arrows bug already, I just forgot to fix. I'll take care of it in the next update
As for the folders, they're going to be a bit hard, but not much. I mean, I've already made the main folder open-able (that'd be the "Desktop" of this tool). It shouldn't be that hard. I used the LÖVE's "recursiveEnumarate" function to list and "store" files/folders. the difference is that I modified it a bit so folders would be tables and it's files could be stored inside them. This way, we can have files, folders, files inside folders and even folders inside folders! The biggest problem I'll have is making the GUI for folder's windows. You know, making them resizable, movable without messing around with the cdouble-click-to-open thing...