diff options
| -rw-r--r-- | assets/AdwaitaMono-Regular.ttf (renamed from AdwaitaMono-Regular.ttf) | bin | 1417460 -> 1417460 bytes | |||
| -rw-r--r-- | assets/text.frag | 0 | ||||
| -rw-r--r-- | assets/text.vert | 0 | ||||
| -rw-r--r-- | src/wayclock.cc | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/AdwaitaMono-Regular.ttf b/assets/AdwaitaMono-Regular.ttf Binary files differindex b00063e..b00063e 100644 --- a/AdwaitaMono-Regular.ttf +++ b/assets/AdwaitaMono-Regular.ttf diff --git a/assets/text.frag b/assets/text.frag new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/text.frag diff --git a/assets/text.vert b/assets/text.vert new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/text.vert diff --git a/src/wayclock.cc b/src/wayclock.cc index b0212cb..55a9275 100644 --- a/src/wayclock.cc +++ b/src/wayclock.cc @@ -11,7 +11,7 @@ #define WAYC_APP_NAME "Wayclock" #define WAYC_APP_WIDTH 1280 #define WAYC_APP_HEIGHT 1080 -#define WAYC_FONT "AdwaitaMono-Regular.ttf" +#define WAYC_FONT "assets/AdwaitaMono-Regular.ttf" #define WAYC_ATLAS_WIDTH 512 #define WAYC_ATLAS_HEIGHT 512 #define WAYC_FONT_SIZE 48 |
