Duplicate? like with the same RGB/HSV values?
SmallBigSquare
Creator of
Recent community posts
I mean not in this pack but something like https://voxeledphoton.itch.io/rpg-64-icon-set but with greater variety of things. I will gladly purchase it. More varied items would be helpful for different genres not only for RPG's like horror, sci-fi, survival, shooters and so on.
Hi, I can guide you how to do it. Send me an email to smallbigsquare(at)gmail.com and I can provide you with the code to do just that.
Please note that there are always particles in collision. For example you have a pool so particles in that pool collide with each other. You have no means to detect if these particles are colliding or the ones you just created.
Hi, this is because GMS physics objects works after physics world is created. When placing objects in the editor we must ensure that object which creates physics world is created before anything else.
You have three options:
-Leave that code and place your objects in the editor and the code recreates them after world creation
-Remove the code but give this object high depth eg. 1000 so it will be created first
-Remove the code and place all objects using code after world creation