Skip to content

Commit

Permalink
Agregando y quitando archivos
Browse files Browse the repository at this point in the history
  • Loading branch information
uberkael committed May 1, 2016
1 parent a51e919 commit c57c7f2
Show file tree
Hide file tree
Showing 49 changed files with 8 additions and 543 deletions.
16 changes: 8 additions & 8 deletions Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ else if (dying==1)
if (dying!=1)
temp=100;
else
temp=100;;
temp=100;
/* If it's time to draw a new death frame... */
if (currTime-timer>=temp)
{
Expand Down Expand Up @@ -266,13 +266,13 @@ else if (New==4)
}
/* Drawing optimization */
/* Optimiza a los Amigos */
//if(l!=null) {
// for (int i=0; i<l.size(); i++) {
// Player a=(Player)l.get(i);
// g.copyArea(a.x-20, a.y-20, 80, 80, 0, 0);
// }
//}
g.copyArea(player.x-20, player.y-20, 80, 80, 0, 0);
if(l!=null) {
for (int i=0; i<l.size(); i++) {
Player a=(Player)l.get(i);
g.copyArea(a.x-20, a.y-20, 80, 80, 0, 0);
}
}
// g.copyArea(player.x-20, player.y-20, 80, 80, 0, 0);
g.copyArea(ghost1.x-20, ghost1.y-20, 80, 80, 0, 0);
g.copyArea(ghost2.x-20, ghost2.y-20, 80, 80, 0, 0);
g.copyArea(ghost3.x-20, ghost3.y-20, 80, 80, 0, 0);
Expand Down
Binary file modified Comecoco.jar
Binary file not shown.
20 changes: 0 additions & 20 deletions ImageS.java

This file was deleted.

Binary file removed out/artifacts/Comecoco_jar/Comecoco.jar
Binary file not shown.
10 changes: 0 additions & 10 deletions out/production/Comecoco/.idea/artifacts/Comecoco_jar.xml

This file was deleted.

33 changes: 0 additions & 33 deletions out/production/Comecoco/.idea/codeStyleSettings.xml

This file was deleted.

22 changes: 0 additions & 22 deletions out/production/Comecoco/.idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions out/production/Comecoco/.idea/copyright/profiles_settings.xml

This file was deleted.

23 changes: 0 additions & 23 deletions out/production/Comecoco/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions out/production/Comecoco/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions out/production/Comecoco/.idea/vcs.xml

This file was deleted.

Loading

0 comments on commit c57c7f2

Please sign in to comment.