Circle Size | 4 | |
---|---|---|
HP Drain | 6 | |
Accuracy | 7.5 | |
Approach Rate | 8.4 | |
Star Rating | 4.16 |
package godDrinksJava;
public class Main {
public static void main(String[] args) {
User exile = new User("Exile-");
User alpha = new User("Alphabet");
User sixth = new User("6th");
User hb = new User("HB24");
Mapset mapset = new Mapset(exile, 6, "Qualified");
mapset.getBubble(new User("MrSergio"));
mapset.getBubble(new User("Bara-"));
mapset.createEasy(exile, 150);
mapset.createNormal(sixth, 365);
mapset.createHard(alpha, 602);
mapset.createInsane(exile, 527);
mapset.createAnother(hb, 660);
mapset.createExtra(exile, 559);
Hitsounds drums = new DrumHitsounds(new User("Dark Meyrick"));
Hitsounds piano = new PianoHitsounds(alpha);
mapset.addHitsounds(drums);
mapset.addHitsounds(piano);
if(exile instanceof Storyboarder)
exile.makeStoryboard(12, -1);
exile.announce("There is a hidden code in the storyboard.
I'll buy 1 month supporter for the first
person who finds it");
exile.announce("Cogratulations to Naxess for finding the code.")
}
}
Loading scores...
never seen such a good storyboard XD
Comments346