ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.06k stars 2.11k forks source link

how do add a menu bar #14943

Open rackyrblx opened 2 weeks ago

rackyrblx commented 2 weeks ago

Describe your problem here.

menubar to be on the menu bg so it can hold the story menu and other stuff also how do I remove Donate and Awards

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

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

nope

rackyrblx commented 2 weeks ago

accidental close

baobab121 commented 2 weeks ago

you cant do that on lua

rackyrblx commented 2 weeks ago

you cant do that on lua

im doing Lua and hx and xml

WolfyTail commented 2 weeks ago

But you can't edit the game BG with lua. You need to use source code for that, and to move the menu items if you need it.

rackyrblx commented 2 weeks ago

But you can't edit the game BG with lua. You need to use source code for that, and to move the menu items if you need it. ok I've managed to do it now, last thing how do I change the title menu bg into a image because the source code is just color

baobab121 commented 1 week ago

ok I've managed to do it now, last thing how do I change the title menu bg into a image because the source code is just color

there is a gfDanceTitle.json file in assets/shared/images. add your bg there. "backgroundSprite":"bg",