Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

sayezz

3
Posts
1
Topics
A member registered Jul 08, 2022

Recent community posts

Thanks. That explains a lot and helps me to understand how the cursor works much better. Keep up the good work. Also thanks for the quick reply.

Just for notice, if you call it like this, it works:

window_set_cursor_sprite_ext(myCursorSprite, 0, 2.6, 2.6, c_white, 1);


Meaning as soon as you use e.g. "2.66" istead of "2.6" it crashes

When running the game with

window_set_fullscreen(true);

and then calling

window_set_cursor_sprite_ext(sprite, subimg, xscale, yscale, blend, alpha)

the game crashes without any logs or error messages.

I run the command like this

window_set_cursor_sprite_ext(myCursorSprite, 0, 2.66666, 2.66666, c_white, 1);


Best Regads

sayezz