Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions extended_weapons_mod/data/forms/mainmenu.form
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,19 @@
<size width="300" height="32"/>
<font>smalfont</font>
</textbutton>
<textbutton id="BUTTON_OPTIONS" text="Options">
<!-- Options menu commented out until useful -->
<!-- <textbutton id="BUTTON_OPTIONS" text="Options">
<position x="centre" y="500"/>
<size width="300" height="32"/>
<font>smalfont</font>
</textbutton>
</textbutton> -->
<textbutton id="BUTTON_QUIT" text="Quit">
<position x="centre" y="550"/>
<position x="centre" y="500"/>
<size width="300" height="32"/>
<font>smalfont</font>
</textbutton>
<textbutton id="BUTTON_DEBUG" text="Debug Menu" visible="N">
<position x="centre" y="600"/>
<position x="centre" y="550"/>
<size width="300" height="32"/>
<font>smalfont</font>
</textbutton>
Expand Down