Skip to content

Commit

Permalink
Agrega 2 bots mas
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Jara committed Jul 9, 2017
1 parent 9b86bc6 commit 7da7752
Show file tree
Hide file tree
Showing 16 changed files with 172 additions and 33 deletions.
Binary file modified Assets/Escenas/Batalla.unity
Binary file not shown.
Binary file added Assets/Modelos/Materiales/Player3Material.mat
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Modelos/Materiales/Player3Material.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Modelos/Materiales/Player4Material.mat
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Modelos/Materiales/Player4Material.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Prefabs/Jugador 3 1.prefab
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Prefabs/Jugador 3 1.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Prefabs/Jugador 4 1.prefab
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Prefabs/Jugador 4 1.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Assets/Scripts/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ public class Bot : Jugador {

public Vector3 siguiente_posicion;

public int nuevox;
public int nuevoz;

public override void Start() {
base.Start();
Bomba.cuandoSePlanta += this.reaccionarABombas;
Expand Down
18 changes: 0 additions & 18 deletions Assets/Scripts/Helpers/Editor/MoverPLayer.cs

This file was deleted.

12 changes: 0 additions & 12 deletions Assets/Scripts/Helpers/Editor/MoverPLayer.cs.meta

This file was deleted.

Binary file added Assets/Textures/Player3Texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Assets/Textures/Player3Texture.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Textures/Player4Texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Assets/Textures/Player4Texture.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7da7752

Please sign in to comment.