diff options
author | Logan <logan@cflip.net> | 2023-01-31 21:06:38 -0700 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-01-31 21:06:38 -0700 |
commit | 463a9df0db94d0f6957de57e7532c34b0c1bc67f (patch) | |
tree | 1c54f641230973f6b2e9346fb14160c87f5068a0 /scenes/mainmenu.tscn | |
parent | f82b5ab78272913b48a48c93217c8559d3160725 (diff) |
Add inital version of options menu
Diffstat (limited to 'scenes/mainmenu.tscn')
-rw-r--r-- | scenes/mainmenu.tscn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scenes/mainmenu.tscn b/scenes/mainmenu.tscn index 3c77f01..f3a0776 100644 --- a/scenes/mainmenu.tscn +++ b/scenes/mainmenu.tscn @@ -59,7 +59,6 @@ text = "Help" margin_top = 78.0 margin_right = 100.0 margin_bottom = 100.0 -disabled = true text = "Options" [node name="CreditsButton" type="Button" parent="Control/VBoxContainer"] |