From db9d8fa21b9cc91c15fdd2509839b6535f57aa74 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 15 May 2024 21:20:56 +0200 Subject: [PATCH] Rename method to correct name --- src/modules/splashes.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/splashes.gd b/src/modules/splashes.gd index eb28ee5..a2a9449 100644 --- a/src/modules/splashes.gd +++ b/src/modules/splashes.gd @@ -147,7 +147,7 @@ func copy_splashes(source_category: String, target_category: String) -> CoreBase return self ## Returns a list of all categories. -func list_categories() -> Array[String]: +func get_categories() -> Array[String]: return core.misc.array_to_stringarray(splashes.keys()) ## Removes the specified category.