new kana font and its tester, adjusting baselines of kana/cjkpunct/hangul, new color model 216 instead of 256, proof-of-concept factioning with four relationship models (amicable, neutral, hostile, fearful)

Former-commit-id: ac2ca8d0f4432377f1030afa6ac86df0c6887b3e
Former-commit-id: 855f49d6c0e89da1e7311744683dc83e68ac84e4
This commit is contained in:
Song Minjae
2016-02-15 02:47:40 +09:00
parent 6fdd3b7c9c
commit bde8371ac9
59 changed files with 1139 additions and 538 deletions

View File

@@ -257,6 +257,9 @@ public class GameFontBase implements Font {
+ getWidth(s.substring(0, i))
)
, Math.round(y)
- ((prevInstance == SHEET_KANA) ? 2
: (prevInstance == SHEET_CJK_PUNCT) ?
1 : 0)
, sheetX
, sheetY
);