Cassolette / Transformice-Electron

Standalone app for Transformice and A801 games. Feel free to fork and improve upon it because the author is lazy.
4 stars 3 forks source link

custom title bar for windows #2

Open Warfenix opened 3 years ago

Warfenix commented 3 years ago

Hi

I have been using your transformice project and it works great, I would like to make some suggestions:

  1. Add a custom title bar, since this is built with electron, this is possible to do, here is its github. https://github.com/AlexTorresSk/custom-electron-titlebar

  2. the desktop icon looks very pixelated, this is how it looks: https://prnt.sc/vsbskb

3.Also, it would be fine, when I press the zoom out or zoom int, to know what percentage of zoom I am at and then set it exactly again...

cngc4e commented 3 years ago

Heya, thanks for the suggestions! I initially didn't plan to ambition much for this app and made it just to explore the boundaries of using electron as a standalone for tfm. However since we're here, I'm planning to redesign and rewrite the standalone, possibly upstreaming it to a801's project, so your suggestions would come in great 👍

  1. yeah a custom title bar would come in handy to give us more flexibility, and even prevent the force lag bug by holding X

  2. .. oops, definitely could use a better icon!

  3. I personally use zoom a lot to reach offscreen and have to click the button multiple times just to get there. Instead, I was thinking of having a set of user preferences for zoom modes, which would allow the user to fix a certain mode to a specific zoom percentage and zoom to that in a single click. This would come with an indicator of the zoom percentage of course 🙂