Theoyeah / Theoyeah-Engine

A modified Version of Psych Engine by Theoyeah
Apache License 2.0
37 stars 19 forks source link

New things for charting #128

Closed Wither362 closed 2 years ago

Theoyeah commented 2 years ago

What it adds ?

Wither362 commented 2 years ago

It adds that you can load the chart at a specific difficulty, if you didn’t say what difficulty, it will be the default

Theoyeah commented 2 years ago

Well, how do we choose the specific difficulty ?

Wither362 commented 2 years ago

See the function

Wither362 commented 2 years ago

Loadsong, there is the thing

Theoyeah commented 2 years ago

Sorry, but in chary editor you can't but an -

Wither362 commented 2 years ago

Yeah, but for coding is great, like the flxThings, like this:

if(FlxG.keys.justPressedY) {
        ChartingState.loadSong(“die”, “expert”);
}

Or something like that