Commit 98c5fbaa authored by nargessalehi98's avatar nargessalehi98

Add Bullets class.

parent 7e825443
import java.awt.image.BufferedImage;
import java.sql.BatchUpdateException;
public class Bullets {
int x;
int y ;
double angelWithHorizon;
BufferedImage icon;
public Bullets(){
}
public int getX() {
return x;
}
public int getY() {
return y;
}
public double getAngelWithHorizon() {
return angelWithHorizon;
}
public BufferedImage getIcon() {
return icon;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment