lunarcleint / Wednesdays-Infidelity

The GitHub repository for Wednesday's Infidelity Part 2.
Apache License 2.0
44 stars 77 forks source link

how to make song extension mechanic? #14

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe your problem here.

hi, can i have the song extension mechanic like unknown suffering

Are you modding a build from source or with Lua?

Source

What is your build target?

Neko, HashLink, or other build system

Did you edit anything in this build? If so, mention or summarize your changes.

No

ghost commented 1 year ago

I did not find it either in the source code or in lua

ghost commented 1 year ago

hx doesn't have it

lunarcleint commented 1 year ago

Just setting the songLength to the time you want and it will modify the time bar to make the song look shorter then it is (its in milliseconds btw). Then when you want to set it back change it to FlxG.sound.music.length

ghost commented 1 year ago

no working