Fix formatting
This commit is contained in:
parent
ec3fb6ec4a
commit
7954882a31
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue