add comment

This commit is contained in:
Juha Jeronen 2024-01-06 02:09:27 +02:00
parent 2bea90a264
commit 7f4a45a4a3
1 changed files with 4 additions and 0 deletions

View File

@ -611,6 +611,10 @@ async function moduleWorker() {
}
}
/**
* Checks whether the current character has a talkinghead image available.
* @returns {Boolean}
*/
async function talkingHeadCheck() {
let spriteFolderName = getSpriteFolderName();