diff options
| author | sD <stoned@derpymail.org> | 2019-12-24 04:01:37 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-24 04:01:37 +0100 |
| commit | 062411adf06e3cf1383db541f4009e18347fccd2 (patch) | |
| tree | f016f08faffd8e682b2317f960f1d32b3ce45a16 | |
| parent | adc037aafbb19fc597b0d69bb52cacf8d40e533e (diff) | |
say() TODOs
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |
