Skip to content

Commit e432934

Browse files
authored
center align image
1 parent f006712 commit e432934

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/content/cookbook/Community/02.MenuCore.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[tags]: / "community,tool,hscript"
22

33
# Menu Core (Tool Mod)
4-
<img width="640" height="360" alt="image" src="https://github.com/user-attachments/assets/52320c53-0084-4494-8376-c11ec65e7125" />
4+
<div align="center">
5+
<img width="640" height="360" alt="image" src="https://github.com/user-attachments/assets/52320c53-0084-4494-8376-c11ec65e7125" />
6+
</div>
57

68
A Friday Night Funkin' mod to enable a custom menu at the start of the game alongside other mods. This menu will allow the user to switch between different mods and their own custom menus, to allow for custom mod content to be enabled/disabled, or grouped together.
79

@@ -90,4 +92,4 @@ modState = new HexMainMenu();
9092

9193
This will be what state will be created by MenuCore (and where the user will be sent too). To find out more about how to create states like this, please check out the [Scripted States](../Expert/03.ScriptedStates.md) article.
9294

93-
> Author: [Kade](https://github.com/Kade-github)
95+
> Author: [Kade](https://github.com/Kade-github)

0 commit comments

Comments
 (0)