Working on line clamping in vn text box

This commit is contained in:
2021-07-18 14:09:44 -07:00
parent f619b7c9d2
commit 027907d5a4
4 changed files with 58 additions and 31 deletions

View File

@ -28,7 +28,8 @@ typedef struct {
float x, y;
/** Animation of the textbox */
timeline_t animTimeline;
float textScroll;
// timeline_t animTimeline;
// timelineaction_t animActions;
/** Information about the current rendered text */