C#C
C#3y ago
TIKKLE

How would i write this in sfml

 class Disappear : public StaticPlatform
{
    if (player collides with platform)
    {
        color = red;
        if (player stands on platform for 3 seconds)
        {
            Destroy.Disappear;
        }
    }
Was this page helpful?