diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-12-09 17:01:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-12-09 17:01:44 +0100 |
commit | 3e6ee1fd4cbc955d593ec664558babd75ff12bd0 (patch) | |
tree | 729c2c5216cbbb0a95190ef5725a0be28b4fd972 /android/assets/skin/uiskin.json | |
parent | 71c7d75977aac82ba137dc10443d032869355794 (diff) | |
download | RustAndDust-3e6ee1fd4cbc955d593ec664558babd75ff12bd0.zip RustAndDust-3e6ee1fd4cbc955d593ec664558babd75ff12bd0.tar.gz |
use veteran font
Diffstat (limited to 'android/assets/skin/uiskin.json')
-rw-r--r-- | android/assets/skin/uiskin.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/assets/skin/uiskin.json b/android/assets/skin/uiskin.json index 5b18e4c..f14c6af 100644 --- a/android/assets/skin/uiskin.json +++ b/android/assets/skin/uiskin.json @@ -1,5 +1,5 @@ { -com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: default.fnt } }, +com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: veteran.fnt } }, com.badlogic.gdx.graphics.Color: { green: { a: 1, b: 0, g: 1, r: 0 }, white: { a: 1, b: 1, g: 1, r: 1 }, |