Refactored subsystems for cleaner modularity.
This commit is contained in:
@@ -6,7 +6,6 @@ package mightypork.rogue.fonts;
|
||||
*
|
||||
* @author MightyPork
|
||||
*/
|
||||
@SuppressWarnings("javadoc")
|
||||
public class Align {
|
||||
|
||||
public static final int LEFT = -1;
|
||||
|
||||
@@ -11,7 +11,6 @@ import mightypork.utils.logging.Log;
|
||||
*
|
||||
* @author Rapus
|
||||
*/
|
||||
@SuppressWarnings("javadoc")
|
||||
public class Fonts {
|
||||
|
||||
public static LoadedFont splash_info;
|
||||
|
||||
Reference in New Issue
Block a user