Some level changes
Some cosmetic changes
Added in working score and semi-working leaderboard
This commit is contained in:
ESloman 2016-02-23 11:31:55 +00:00
parent 11a944a808
commit 93f9317de6
16 changed files with 96 additions and 7 deletions

View file

@ -18,5 +18,6 @@ public class DesktopLauncher {
config.addIcon("spritesheets/icon.jpg", Files.FileType.Internal);
config.foregroundFPS = (int)Vars.FRAMERATE;
config.backgroundFPS = (int)Vars.FRAMERATE;
config.samples = 4;
}
}