BAA-Studios / MOOgiwara

A multiplayer online browser ONE PIECE TCG simulator
GNU Affero General Public License v3.0
29 stars 8 forks source link

[TODO] Text Shifting in Chatbox #25

Closed Bratah123 closed 1 year ago

Bratah123 commented 1 year ago

Abstract

Currently, when you type a really long message, the message will overflow over the given rectangle dimensions.

Details

Make it so once a message is sent, we check if it exceeds the given max length. then use string.shift() (I think it is)

Tasks

N/A