This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Tanks
mirror of
https://github.com/jrtechs/Tanks.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
comment
pull/1/head
BuildTools
8 years ago
parent
62bacb3ddb
commit
a2f61905b4
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+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
{
Write
Preview
Loading…
Cancel
Save