mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Finish implementing sprites in textboxes
This commit adjusts the Y position for flip-mode, and makes the main game use this new system.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
76ea4488af
commit
b5c9508dd4
@@ -222,7 +222,7 @@ public:
|
||||
void gethardestroom(void);
|
||||
|
||||
void levelcomplete_textbox(void);
|
||||
void crewmate_textbox(const int r, const int g, const int b);
|
||||
void crewmate_textbox(const int color);
|
||||
void remaining_textbox(void);
|
||||
void actionprompt_textbox(void);
|
||||
void savetele_textbox(void);
|
||||
|
||||
Reference in New Issue
Block a user