Hello everyone,
First post here. I downloaded GDev this week-end and had a lot of fun but I am still trying to figure out some things.
I wrote some events in a scene to move a character with the mouse. I am wondering if there is any way to associate those to the object representing the character so i can reuse the whole package in a new scene without having to write them again. Is making the object global the solution to that?
Thank you!