Rizbones
Rizbones
CC#
Created by Rizbones on 12/1/2023 in #help
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;
}
}

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

8 replies