Revision | 206a18a6c9d052dd7b017c7a54e41821f73a2153 (tree) |
---|---|
Time | 2017-02-07 12:57:39 |
Author | SUEHIRO <supersuehiro@user...> |
Commiter | SUEHIRO |
当然ディフォルトはfalse
@@ -68,7 +68,7 @@ const int GameHeight = | ||
68 | 68 | const float WidthScale = (float)cfg.Width / (float)GameWidth; |
69 | 69 | const float HeightScale = (float)cfg.Height / (float)GameHeight; |
70 | 70 | |
71 | -const bool CharLocalCoord320 = true; | |
71 | +const bool CharLocalCoord320 = false; | |
72 | 72 | |
73 | 73 | const float CharGameWidth = CharLocalCoord320 ? 320.0 : (float)GameWidth; |
74 | 74 | const float CharGameLeft = ((float)GameWidth - CharGameWidth) / 2.0; |