Skip to content

Commit

Permalink
Add cursor from osu skin
Browse files Browse the repository at this point in the history
  • Loading branch information
Peachball committed Apr 1, 2018
1 parent fa4bb29 commit f505f67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added res/cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/game/RhythmState.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class RhythmState extends DefaultGameState {
@Override
public void enter(GameContainer gc, StateBasedGame arg1) throws SlickException {
inp = gc.getInput();
gc.setMouseCursor("res/cursor.png", 80, 80);
}

@Override
Expand Down

0 comments on commit f505f67

Please sign in to comment.