Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar um script the INTRO após video introdução #71

Open
prestoppc opened this issue Dec 10, 2014 · 0 comments
Open

Criar um script the INTRO após video introdução #71

prestoppc opened this issue Dec 10, 2014 · 0 comments
Assignees
Milestone

Comments

@prestoppc
Copy link
Collaborator

@rfabbri @pliniopereira - Ajudem

Fazer um script de transição entre o video de introdução (ultima cena mostra o coelho no cesto na porta de casa) e o inicio do jogo que coleta o nome do personagem dado pelo jogador e trás o personagem pra dentro do cenario.
Iniciei em LUA pra passar a ideia:

--intro pos video
io.write("You were blessed with this fluffy little weird thing.\n");
io.read();
io.write("Now it is your problem. Got it?\n");
io.read();
io.write("First thing, How are you going to name it?\n");
petName = io.read();
io.write( petName , "? Sounds good for a wirdo.\n");
io.read();
io.write("Second thing, How are you going to educate and create it?\n");
io.read();
--[[need to create a animation with a round camera very close zoom in
the pet entering the room until stop in the middle, the round camera zoom out
presenting the game scenario and pet in central position in his initial status
and normal randon movement, and game begins --]]

@prestoppc prestoppc self-assigned this Dec 10, 2014
@prestoppc prestoppc added this to the 0.17.0 milestone Dec 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant