limbo-godot icon indicating copy to clipboard operation
limbo-godot copied to clipboard

Being able to minimise the right key while shuffling

Open alvinlollo opened this issue 1 year ago • 2 comments
trafficstars

There's literally no point in keeping track of the right key if you can just click once and win Untitled

alvinlollo avatar May 08 '24 09:05 alvinlollo

Woah, i know that this was a problem, but i didn't know it could be exploited like that😦 Fun fact, the reason i started this project was becase the original (quasar's) project's window could be clicked (focused), and thus locking in the correct key was easy, and this project fixed that.

The thing is, i use this feature in Godot, so that the windows that contains the key couldn't be resized. image It also clearly says that both minimize and maximize button are disabled. While it's true that the maximize button is disabled, the minimize button however, did not. So this might probably a bug on Godot engine's side. Currently i don't know if i could implement a workaround for this.

etherealxx avatar May 08 '24 10:05 etherealxx

If gobot has a way to see if a window has been minimised and to make a window in minimised then you can implement code to check after every shuffle if every window has been minimised or not then you just unminimize or you can go more punishing:) and minimise random windows untill all of them are gone

alvinlollo avatar May 12 '24 07:05 alvinlollo