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.