Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Filtering bad words for your game.Can be useful for:Filtering bad words before that goes into leaderboard usernames.functions:is_word_ok(word) -> returns a bool (false if the word contains bad word, true if it is safe)
Filtering bad words for your game.
Can be useful for:
- Filtering bad words before that goes into leaderboard usernames.
functions:
is_word_ok(word) -> returns a bool (false if the word contains bad word, true if it is safe)
Filtering bad words for your game.
Can be useful for:
Filtering bad words before that goes into leaderboard usernames.
functions:
is_word_ok(word) -> returns a bool (false if the word contains bad word, true if it is safe)
Reviews
Quick Information

Filtering bad words for your game.Can be useful for:Filtering bad words before that goes into leaderboard usernames.functions:is_word_ok(word) -> returns a bool (false if the word contains bad word, true if it is safe)