Changed .gitignore
This commit is contained in:
parent
9dc4bcd6aa
commit
738a1f3982
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
Thumbs.db
|
||||
font_easter.png
|
||||
font_easter.rft
|
||||
font_fu32.rft
|
||||
|
||||
/target/
|
||||
/backups/
|
||||
|
@ -53,9 +53,7 @@ public class MarioScreen extends Screen {
|
||||
if (fu32font == null)
|
||||
try {
|
||||
fu32font = DisplayManager.INSTANCE.engine.loadFont("fu32");
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
} catch (Exception ex) {}
|
||||
if (easterskin == null)
|
||||
try {
|
||||
easterskin = DisplayManager.INSTANCE.engine.loadSkin("font_easter.png");
|
||||
|
Loading…
Reference in New Issue
Block a user