font update; ui remocon fix; save doc elaboration

UI RemoCon fix: RemoCon will no longer widen to the screen width when being used
This commit is contained in:
minjaesong
2018-09-14 01:14:13 +09:00
parent b40af8e1b3
commit 6d4ac92133
31 changed files with 172 additions and 42 deletions

View File

@@ -7,6 +7,11 @@ package net.torvald.terrarum.modulebasegame.gameactors
*
* NOTE: all canonical NPCs are must be HistoricalFigure!! (double excl mark, bitch)
*
* This interface is just a marker. Actual historical information must be contained as the Actor Value with:
*
* "__borntime" // time_t
* "__deadtime" // time_t
*
* Created by minjaesong on 2016-10-10.
*/
interface HistoricalFigure {