Skip to content

Commit

Permalink
zip
Browse files Browse the repository at this point in the history
  • Loading branch information
nith822 committed Aug 30, 2016
1 parent 8993913 commit a9dae73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/github/houkagoteatime/LD36/Assets.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Assets {

public static AssetManager manager = new AssetManager();
public static void load() {
manager.load("assets/music/Ho-kago Tea Time - U&I.mp3", Music.class);
//manager.load("assets/music/Ho-kago Tea Time - U&I.mp3", Music.class);
manager.load("assets/music/Yume Miru Kusuri - Girls Are Made of Frosting Cake.mp3", Music.class);
manager.load("assets/music/Electric Avenue - Some Brit.mp3", Music.class);
manager.load("assets/music/America fuck yeah-team america.mp3", Music.class);
Expand Down

0 comments on commit a9dae73

Please sign in to comment.