В процессе. Доработка документации

This commit is contained in:
sasha80
2023-11-29 11:01:56 +03:00
parent 3686def91d
commit 062b31164b
5 changed files with 50 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ Log.fatal(text)
const CUSTOM = Log.MAX << 1 # Bitwise left shift the MAX value for a custom level.
func _ready() -> void:
Log.add_level(CUSTOM, "Level Name")
Log.add_level(CUSTOM, "Level Name")
```
## Calling the custom level: