mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Retry screen #35

Closed Fyll closed 9 years ago

Fyll commented 9 years ago

Should we replace the retry screen with something akin to the intro screen? As in, should we replace the balloons with two exits?

The balloons seem stick out a bit, and need some odd code to accomodate them. They're already in and work, but I think it might be nicer in the long run/look nicer.

DivFord commented 9 years ago

Actually, I was wondering if it would be good to just return to the intro screen. If the desert world is loaded at startup, then new worlds are loaded as you get to them, you could die in a later world and go back to the intro but with the tile set and background for that world (the title is on a separate layer to the backdrop, so I can easily make them separate images).

Fyll commented 9 years ago

That seems a nice idea. Should there be something between you dying and you getting dumped back on the title screen?

DivFord commented 9 years ago

Telling the player they died might be wise… Can we leave that open for the future? Maybe a picture of the robot in pieces with "He died. Now he dead." written on it.

Fyll commented 9 years ago

Okay. I've programmed in the screen you made, so eveything should work fine now. Cheers.