Made betting work correctly.

This commit is contained in:
2021-08-29 22:03:18 -07:00
parent 954b676f07
commit 063c7b12ed
8 changed files with 72 additions and 11 deletions

View File

@ -10,13 +10,14 @@
#include "../display/animation/timeline.h"
#include "../display/gui/font.h"
#include "../ui/frame.h"
#include "../util/flags.h"
/** Amount of characters scrolled, per second */
#define VN_TEXTBOX_SCROLL_SPEED 60
#define VN_TEXTBOX_FONT_SIZE 16.0
#define VN_TEXTBOX_STATE_CLOSED 0x01
#define VN_TEXTBOX_STATE_CLOSED flagDefine(0)
typedef struct {
/** Stores the maximum width that this textbox can take up */