-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
##COSAS QUE FALTA: | ||
|
||
-ADMIN DE CLIENTES: | ||
*hacer. | ||
|
||
-CLIENTES: | ||
*mejorar comportamientos y polimorfismo | ||
|
||
-MUEBLES: | ||
*voy a agregar un area en la que esta el mueble para facilitar la interaccion del chef, más bien voy a intentar | ||
|
||
|
||
-PRIORIZAR: | ||
|
||
-hacer en todos los onticks y timers lo del bloque apply | ||
|
||
-cambiar la manera en la que se mueve el cheff -> es más facil implementar que camine con pasos más largos | ||
|
||
-cliente con el game sayy es mejor que el chef le pregunte en vez de decirlo a cada rato | ||
|
||
-hacer los objetos sombra para que funcionen mejor las hitbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ object caja { | |
plata -= _plata | ||
} | ||
|
||
method decirPlata(){ | ||
method decirPlata(){ | ||
return plata | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters