knife to meet ya pic.twitter.com/EHWaR8eFSQ— FaZe Pamaj (@Pamaj) June 28, 2020
How do I find the index of a tileset?
-
GML:
var ricochet = instance_place(x,y,all);
if(ricochet != noone)
{
if(ricochet = tileset_get_name(t_Wall))
{
if(bounces > 0)
{
...
1 hour ago