Home Artists Posts Import Register

Downloads

Content

Long ago while I was working on a hidden object minigame for renpy, I've wrote a small screen to help me position the graphics and animations on the screen, Recently I was reconstructing the same mingame to put on my patron and it hit me, this small tool might come handy in some situations so I checked and fixed the code and here's the result:
to install simply add the "exinf.rpy" to you game folder and it will appear in the game, when the game is finished you can remove the same file plus the "exinf.rpyc" file that renpy creates and package your game.

to find a position on the screen simply press "get pos" and move your mouse to the spot you want the coordination of and click, the position will be copied to your clipboard and you can paste it into your script, the same for "get align" button.

you can change the align accuracy by pressing "config" and change the number of floating points you want, the default 4 is plenty accurate though.

same post on my steemit: https://steemit.com/renpy/@kiaazad/extra-info-mouse-position-for-renpy

Files

Extra info - Mouse position for renpy

to get this script visit my patreon: https://www.patreon.com/KiaAzad or leave a comment on my steemit: https://steemit.com/renpy/@kiaazad/extra-info-mouse-position-for-renpy

Comments

No comments found for this post.