|
@@ -1,9 +1,8 @@
|
|
-//const avatarLoader = new XAvatarLoader
|
|
|
|
-// log$J = new Logger$1("AnimationController");
|
|
|
|
import {avatarLoader} from "./XAvatarLoader.js"
|
|
import {avatarLoader} from "./XAvatarLoader.js"
|
|
-import {logger} from "./Logger.js"
|
|
|
|
import AvatarAnimationError from "./error/AvatarAnimationError.js"
|
|
import AvatarAnimationError from "./error/AvatarAnimationError.js"
|
|
|
|
+import Logger from "./Logger.js"
|
|
|
|
|
|
|
|
+const logger = new Logger('AnimationController')
|
|
export default class XAnimationController {
|
|
export default class XAnimationController {
|
|
constructor(e) {
|
|
constructor(e) {
|
|
E(this, "iBodyAnim");
|
|
E(this, "iBodyAnim");
|