Mercurial > hg > old > magoroku_racing.bad
diff gFont.c @ 88:ce9ef7dcf2f0
convert UTF-8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Apr 2011 17:50:23 +0900 |
parents | 3780d1b2943e |
children | 8edae89a3877 |
line wrap: on
line diff
--- a/gFont.c Wed Apr 20 23:48:01 2011 +0000 +++ b/gFont.c Thu Apr 21 17:50:23 2011 +0900 @@ -1,9 +1,9 @@ /* * $Id$ * - * フォント表示。といっても結局スプライトです。 - * gSprite.c と一緒にしてもよかったんだけど - * 文字は文字でいろいろあるので分けてみる + * 潟茵腓冴c腟絮鴻ゃс + * gSprite.c 筝膩c + * 絖絖су帥 */ #include <stdio.h> #include <stdlib.h> @@ -19,9 +19,9 @@ #define CHAR_H_SIZE 34 static SpriteTable sptable[DEFOBJ]; -static ps2utilSprite sp[DEFOBJ*2]; // 表示スプライト用スタック +static ps2utilSprite sp[DEFOBJ*2]; // 茵腓冴鴻ゃ鴻帥 static unsigned int sp_counter; -static Bool flag_spriteInited = FALSE; // スプライトロードフラグ +static Bool flag_spriteInited = FALSE; // 鴻ゃ若 static TEXTURE *font_tex; @@ -76,7 +76,7 @@ int number = 0; gFont_Init_Png("img/font.png"); - gFont_Create(); // スプライト生成 + gFont_Create(); // 鴻ゃ for (i=0; i<7; i++) { for (j=0; j<15; j++) { @@ -131,7 +131,7 @@ } /* - * str をスプライド表示 + * str 鴻ゃ茵腓 */ void gFont_SetString(char *str, int x, int y) @@ -147,7 +147,7 @@ } /* - * numを文字列に変換してSetStringに渡す + * num絖紊SetString羝< */ void gFont_SetStringInt(int num, int x, int y)