diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-05-16 03:22:06 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-05-16 03:22:06 +0100 |
commit | bf00587e9f9b4eda766b136754ef53b71f85701e (patch) | |
tree | 381fdfcd04c271ac8071ace189c0a849931e819b | |
parent | 59b01f044c8e8e9c522fc5017cf25d6a2299ae66 (diff) |
added default font to make the project run
This is not the definitive one but it allows the game to start.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | fonts/DejaVuSerif.ttf | bin | 0 -> 367260 bytes | |||
l--------- | fonts/default.ttf | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/fonts/DejaVuSerif.ttf b/fonts/DejaVuSerif.ttf Binary files differnew file mode 100644 index 0000000..712a59b --- /dev/null +++ b/fonts/DejaVuSerif.ttf diff --git a/fonts/default.ttf b/fonts/default.ttf new file mode 120000 index 0000000..5b89cf2 --- /dev/null +++ b/fonts/default.ttf @@ -0,0 +1 @@ +DejaVuSerif.ttf
\ No newline at end of file |