fixed move & rotate tweens + mapping to child OK

This commit is contained in:
STEINNI
2025-10-01 19:09:54 +00:00
parent 7a50311fcd
commit b5b76d51cc
20 changed files with 196 additions and 74 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ class MessageBus {
* Helper method to match a chan with globbing
*
* @param {string} myChan (no glob)
* @param {string} targetChan (possible glob)
* @param {string} targetChan PATTERN (possible glob)
* @returns {boolean}
*/
chanMatch(myChan, targetChan) {