mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 21:31:51 +09:00
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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user