From 062411adf06e3cf1383db541f4009e18347fccd2 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 24 Dec 2019 04:01:37 +0100 Subject: say() TODOs --- webAO/client.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index 96c420b..3d9d926 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1122,6 +1122,10 @@ class Viewport { /** * Sets a new emote. + * TODO: merge this and initUpdater + * This sets up everything before the tick() loops starts + * a lot of things can probably be moved here, like starting the shout animation if there is one + * TODO: the preanim logic, on the other hand, should probably be moved to tick() * @param {object} chatmsg the new chat message */ async say(chatmsg) { -- cgit