mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Random Block timing #17

Closed DivFord closed 9 years ago

DivFord commented 9 years ago

On the level where you cross the dirt bridge with random blocks falling from under it (Lv21.txt), it's possible for one random block to spawn inside another, and for both of them to get stuck. We should probably space random block updates at least far enough apart that a block can fall one space. Either that or collision test before spawning a new block.