You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TextSize sizeRect "Hello World" 4 100)? All else being equal, that should be @sizeRect. @[sizeRect 0] is also acceptable. This threw me off when I was trying to implement Scumm-style talkers earlier today.
The text was updated successfully, but these errors were encountered:
(TextSize sizeRect "Hello World" 4 100)
? All else being equal, that should be@sizeRect
.@[sizeRect 0]
is also acceptable. This threw me off when I was trying to implement Scumm-style talkers earlier today.The text was updated successfully, but these errors were encountered: