KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 595 forks source link

how do i make health drain in 1.6 #1599

Open syrusdrayton opened 3 years ago

syrusdrayton commented 3 years ago

i wanna know how to make health drain in fnf lol xD

isakube commented 3 years ago

PlayState.hx. Somewhere in update(elapsed:Float)

if (curSong == "song name")
    health -= (value);