Search found 2 matches

by Diruker
Fri Dec 29, 2023 10:18 am
Forum: Ren'Py Questions and Announcements
Topic: Eyes following the mouse cursor in the main menu.
Replies: 2
Views: 430

Re: Eyes following the mouse cursor in the main menu.

Any help is appreciated! :D 1. Create a screen that is also shown within the main_menu screen you will find in <screens.rpy> (or put all your code into the main menu) 2. Within that screen call renpy.get_mouse_pos() using a repeating timer of let's say 0.1 secs, which gets you the mouse coordinates...
by Diruker
Thu Dec 28, 2023 9:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Eyes following the mouse cursor in the main menu.
Replies: 2
Views: 430

Eyes following the mouse cursor in the main menu.

Okay I've been thinking, my game is kinda a psychological horror game and I wanted to remake the main menu because its a little.. bland. I have came up with an idea to make it a big image of the main antagonist with eyes following the cursor after an important thing has happened. The problem is.. I ...