Search found 1 match

by VIGOR GAMES
Thu Apr 29, 2021 3:11 am
Forum: Ren'Py Questions and Announcements
Topic: Mouse pointer changing
Replies: 0
Views: 1457

Mouse pointer changing

Hello everyone, I have a problem with changing cursor in mid game.... I need change mouse pointer to zoomer for a while and then change it back to standart cursor. I'm using this code, but it doesnt work properly. init python: def change_cursor(type="default"): persistent.mouse = type if t...