Skip to content

Commit

Permalink
- MENUDEF: Add menu to HDAddonMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
tedthedragon committed Jan 15, 2023
1 parent debca4d commit 0017b62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions menudef
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ AddOptionMenu "OptionsMenu"
Submenu "$HEXA_MENU", "HexadokenLegacyContinued"
}

// This does the same as aboved but for the HD Addon menu. - [Ted]
AddOptionMenu "HDAddonMenu"
{
Submenu "$HEXA_MENU", "HexadokenLegacyContinued"
}

// This is the main option menu that'll have all of the other menus for the weaponry.
// Note: Practically everything is LANGUAGE-Lump'd. If you're wondering what each option does and what text it displays, I suggest having that open also. - [Ted]
OptionMenu HexadokenLegacyContinued
Expand Down

0 comments on commit 0017b62

Please sign in to comment.