mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Level Printing to Console #28

Closed DivFord closed 9 years ago

DivFord commented 9 years ago

The thing that prints the current room into the console is neat, but seems to be printing each room twice, and printing a load of other rooms first. Are we loading all those extra rooms and throwing them away, or is the bug in the printing function? I'm getting three extra rooms (printed twice each) every time I suicide. The first appears to be the retry room, but the others are just random rooms.

Fyll commented 9 years ago

The printing twice was explicitly written in the code (I'm not sure why), but the level spamming on death is a bug.

mspraggs commented 9 years ago

This was originally debugging output put in there by me. It doesn't need to be there, and can be removed as necessary.

DivFord commented 9 years ago

It's quite handy, it's just the level spamming that has me worried.

mspraggs commented 9 years ago

Ok I've removed one of the outputs. For some reason I don't get the retry menu level when I die.

DivFord commented 9 years ago

Yep, that's another bug.

Fyll commented 9 years ago

Seeing as this is no longer relevant, I'm closing it.