Basic chat UI complete.

This commit is contained in:
rainbow napkin 2025-10-01 04:33:24 -04:00
parent f109314163
commit e81a4c0973
11 changed files with 393 additions and 71 deletions

View file

@ -64,6 +64,9 @@ class emotePanel extends panelObj{
this.setupInput();
this.renderEmoteLists();
//Call derived method
super.docSwitch();
}
/**