OSDN Git Service

#24954 キーコンフィグで@を表示できるよう修正。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 23 Apr 2011 03:56:10 +0000 (03:56 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 23 Apr 2011 03:56:10 +0000 (03:56 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@163 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/ステージ/CActDFPFont.cs
DTXManiaプロジェクト/作成資料/Screen font dfp.psd
実行時フォルダ/System/Graphics/Screen font dfp em.png
実行時フォルダ/System/Graphics/Screen font dfp.png

index 7e5ba02..60823cc 100644 (file)
@@ -14,7 +14,7 @@ namespace DTXMania
 \r
                public CActDFPFont()\r
                {\r
-                       ST文字領域[] st文字領域Array = new ST文字領域[ 0x5d ];\r
+                       ST文字領域[] st文字領域Array = new ST文字領域[ 0x5d+2 ];\r
                        ST文字領域 st文字領域94 = new ST文字領域();\r
                        ST文字領域 st文字領域 = st文字領域94;\r
                        st文字領域.ch = ' ';\r
@@ -479,6 +479,15 @@ namespace DTXMania
                        st文字領域93.ch = '~';\r
                        st文字領域93.rc = new Rectangle( 0x12, 0xe3, 0x12, 0x1b );\r
                        st文字領域Array[ 0x5c ] = st文字領域93;\r
+\r
+                       st文字領域Array[ 0x5d ] = new ST文字領域();                                             // #24954 2011.4.23 yyagi\r
+                       st文字領域Array[ 0x5d ].ch = '@';\r
+                       st文字領域Array[ 0x5d ].rc = new Rectangle( 38, 227, 28, 28 );\r
+                       st文字領域Array[ 0x5e ] = new ST文字領域();\r
+                       st文字領域Array[ 0x5e ].ch = '`';\r
+                       st文字領域Array[ 0x5e ].rc = new Rectangle( 69, 226, 14, 29 );\r
+\r
+       \r
                        this.st文字領域 = st文字領域Array;\r
                }\r
 \r
index 848af14..8d80edf 100644 (file)
Binary files a/DTXManiaプロジェクト/作成資料/Screen font dfp.psd and b/DTXManiaプロジェクト/作成資料/Screen font dfp.psd differ
index 67e8279..f0b87e2 100644 (file)
Binary files a/実行時フォルダ/System/Graphics/Screen font dfp em.png and b/実行時フォルダ/System/Graphics/Screen font dfp em.png differ
index 3d219e9..b70f6b4 100644 (file)
Binary files a/実行時フォルダ/System/Graphics/Screen font dfp.png and b/実行時フォルダ/System/Graphics/Screen font dfp.png differ