diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-05-28 13:49:44 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-05-28 13:49:44 +0000 |
| commit | f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb (patch) | |
| tree | 6a806188a369a4ff0f5f25c85de657540450107c /src/engine | |
| parent | eb919aa425ccae85ece8e448b604c1eaf646e17c (diff) | |
| download | zcatch-f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb.tar.gz zcatch-f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb.zip | |
gui changes
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/client/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ui.cpp b/src/engine/client/ui.cpp index 0f42e435..85ebeaf7 100644 --- a/src/engine/client/ui.cpp +++ b/src/engine/client/ui.cpp @@ -80,7 +80,7 @@ void ui_do_label(float x, float y, char *text) { gfx_blend_normal(); gfx_texture_set(current_font->font_texture); - gfx_pretty_text(x, y, 18.f, text); + gfx_pretty_text(x, y, 36.f, text); } int ui_do_button(void *id, const char *text, int checked, float x, float y, float w, float h, draw_button_callback draw_func, void *extra) |