Search found 4 matches

by kons
Mon Jul 23, 2018 12:10 pm
Forum: Development of Ren'Py
Topic: [UI] Mouse pointing always a bit below real position on windowed
Replies: 2
Views: 660

Re: [UI] Mouse pointing always a bit below real position on windowed

it is not a custom cursor, i cannot screenshot with the mouse pointer :P
The red arrow is the exact position of the windows mouse pointer (pointing on "Right") though the "Left" option is hovered as if selected.
i think you can try on your Renpys as well
by kons
Sun Jul 22, 2018 9:02 am
Forum: Development of Ren'Py
Topic: [UI] Mouse pointing always a bit below real position on windowed
Replies: 2
Views: 660

[UI] Mouse pointing always a bit below real position on windowed

Hi guys, I'm having a problem with the user interface. No matter the ratio of the screen, when the game is showed in windowed mode the mouse is miss pointing. I'll had some screenshot to let you see what I'm saying, using the "The question" game. Maybe this is known and there is a way to solve it, b...
by kons
Sun Oct 08, 2017 2:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Label calling messing with python loops?
Replies: 2
Views: 443

Re: Label calling messing with python loops?

Thanks for the answer,
i forgot to include a placeholder for those variables.
The renpy.loadable returns always true.
by kons
Sun Oct 08, 2017 12:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Label calling messing with python loops?
Replies: 2
Views: 443

Label calling messing with python loops?

Hi there, I've been using ren'py for a while but this is the first time i can't get WTF is going on. So, this is what i have # Draw all clickable elements label mapElements(mapType): python: file_loc = "image" comm_loc = "comm" file_ext = ".png" # for each drawable map for p in maps_cycle: # for eac...