mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 10:14:40 +03:00
add a one pixel gap between each line in textboxes (main game only)
This commit is contained in:
committed by
Terry Cavanagh
parent
2807524c78
commit
cc1528aacc
@@ -23,7 +23,7 @@ enum TextboxImage
|
||||
class textboxclass
|
||||
{
|
||||
public:
|
||||
textboxclass(void);
|
||||
textboxclass(int gap);
|
||||
|
||||
void addsprite(int x, int y, int tile, int col);
|
||||
|
||||
@@ -57,6 +57,7 @@ public:
|
||||
std::vector<std::string> lines;
|
||||
int xp, yp, w, h;
|
||||
int r,g,b;
|
||||
int linegap;
|
||||
int timer;
|
||||
|
||||
float tl;
|
||||
|
||||
Reference in New Issue
Block a user