Fix formatting

This commit is contained in:
JeremyStar™ 2024-05-15 21:13:13 +02:00
parent ec3fb6ec4a
commit 7954882a31
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -16,9 +16,9 @@ Unregisters all CORE modules.
### `src/modules/splashes.gd`
#### *CoreBaseModule* <u>add_splash</u>(*String* <u>category</u>, *String* <u>splash</u>)
Adds a splash to the specified category.
#### *CoreBaseModule* <u>add_splashes</u>(*String <u>category</u>, *Array[String]* <u>splashes</u>)
#### *CoreBaseModule* <u>add_splashes</u>(*String* <u>category</u>, *Array[String]* <u>splashes</u>)
Adds an array of splashes to the specified category.
#### *CoreBaseModule* <u>delete_category</u>(*String <u>category</u>)
#### *CoreBaseModule* <u>delete_category</u>(*String* <u>category</u>)
Removes the specified category.
#### *CoreBaseModule* <u>copy_splashes</u>(*String* <u>source_category</u>, *String* <u>target_category</u>)
Copies all splashes from the source category to the target category.