Browse Source

comment

pull/1/head
BuildTools 8 years ago
parent
commit
a2f61905b4
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +3
    -0
      src/tanks/DrawableObject.java

+ 1
- 0
.gitignore View File

@ -0,0 +1 @@
/nbproject/private/

+ 3
- 0
src/tanks/DrawableObject.java View File

@ -1,5 +1,8 @@
package tanks;
/*
class that contains the image file location and cordinates of the object
*/
public class DrawableObject
{

Loading…
Cancel
Save