increase character size
This commit is contained in:
parent
99c8c14dc4
commit
2e7ab57cc1
@ -58,10 +58,10 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ScreenProfile {
|
struct ScreenProfile {
|
||||||
int m_px_size_raw_px = 4;
|
int m_px_size_raw_px = 8;
|
||||||
int m_ch_size_px = 8;
|
int m_ch_size_px = 8;
|
||||||
int m_width_ch = 40;
|
int m_width_ch = 20;
|
||||||
int m_height_ch = 24;
|
int m_height_ch = 12;
|
||||||
|
|
||||||
constexpr int px_size_raw_px() const
|
constexpr int px_size_raw_px() const
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user