Añadido versión inicial de cinemáticas

parent 907f083c
Showing with 1 additions and 0 deletions
...@@ -100,6 +100,7 @@ void PantallaPrincipal::manejarEntrada(Handle &handle) { ...@@ -100,6 +100,7 @@ void PantallaPrincipal::manejarEntrada(Handle &handle) {
Agapito.inventario[Agapito.numObjetos]=objetos[2]; Agapito.inventario[Agapito.numObjetos]=objetos[2];
Agapito.numObjetos++; Agapito.numObjetos++;
objetos.pop_back(); objetos.pop_back();
system("ffplay -autoexit assets/videoPrueba.mp4 &");
} }
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment