I'm writing a platformer in tgf. But I want dissolving platforms a la manic miner - you know, if you step on it it crumbles away slowly. Does anyone have any ideas on how to create them?
Thanks
Yeah, even if you're using built-in movement that'll work as long as it's not a moving platform. And turn off fine detection for the platform so the crumbling animation doesn't interfere with collision detection.