Skip to content

Commit

Permalink
wip animation
Browse files Browse the repository at this point in the history
  • Loading branch information
lul11003 committed Apr 4, 2015
1 parent 521ca54 commit d64b67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MerchantRPGCSE2102/src/sprites/Animation.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package sprites;

import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
Expand Down
2 changes: 2 additions & 0 deletions MerchantRPGCSE2102/src/sprites/Frame.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package sprites;

import java.awt.image.BufferedImage;

public class Frame {
Expand Down

0 comments on commit d64b67e

Please sign in to comment.