1
Graphics / Re: [Solved] Editing multiple Objects with a function
« on: October 16, 2023, 05:06:26 pm »Additionally, you can wrap everything into a class, so you can share objects within the class scope and don't need to have global objects.
How would such a class look like? Sorry if this is a dumb question, but i have never worked with classes. Up until now i was able to get it working by global variables, however this is not the cleanest approach.