ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.12k stars 2.19k forks source link

How do I add bg characters? #12386

Closed VladTheFnfModder closed 1 year ago

VladTheFnfModder commented 1 year ago

Describe your problem here.

For a while now I'm trying to figure out how to add background characters to the source code version of psych, I can't find any tutorials on it.

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

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

Yes, I added custom backgrounds in PlayState.hx .

DetectiveBaldi commented 1 year ago

literally just make an animated sprite and play its idle animation on beat hit

VladTheFnfModder commented 1 year ago

But my problem is how to add it to the actual game itself, that doesn't explain me anything.