Chatbar now scrolls (#94520)

## About The Pull Request

ignore my terrible spelling


https://github.com/user-attachments/assets/fe6fd4f1-5b45-44e1-bf5c-60a893ea76bb

god bless https://www.byond.com/docs/ref/skinparams.html (ignore the
fact i'm putting it on a non-main window, it just works)

## Why It's Good For The Game

It's very annoying that much of your text is cut off when using the bar

## Changelog

🆑
fix: The chat bar now scrolls as you type.
/🆑
This commit is contained in:
John Willard
2025-12-19 10:11:03 -05:00
committed by GitHub
parent f09f71a12a
commit 33f9d64cde
+2 -1
View File
@@ -259,12 +259,13 @@ window "inputwindow"
elem "input"
type = INPUT
pos = 0,0
size = 805x20
size = 520x20
anchor1 = 0,0
anchor2 = 100,100
is-default = true
border = line
saved-params = "command"
can-scroll = true
window "inputbuttons"
elem "inputbuttons"