From e02b6d1e72deaf5f98bc7d78c7f0e6d269174d7b Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 9 Apr 2022 02:42:46 +0000 Subject: Themed database popup menu. --- menu/menu.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu/menu.gd') diff --git a/menu/menu.gd b/menu/menu.gd index 735f86a..c3e3185 100644 --- a/menu/menu.gd +++ b/menu/menu.gd @@ -8,7 +8,7 @@ const menu_items: Array = [ { label = "Export Database", action = "export_database_action" }, { label = "Clear Database", action = "clear_database_action" }, { label = "About", action = "about_action" }, - { label = "TEST_FAKE_DB", action = "test_fake_db_action" }, +# { label = "TEST_FAKE_DB", action = "test_fake_db_action" }, ] const license_font_b612: String = "res://licenses/font_b612.txt" const license_godot: String = "res://licenses/godot.txt" -- cgit v1.2.3