CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-25 19:47:36 +12:00
parent 29110d6a69
commit 71f77f2ae9
9 changed files with 166 additions and 29 deletions

View file

@ -35,9 +35,9 @@ for(var xx = 0; xx < CHUNK_SIZE*TILE_SIZE; xx+= TILE_SIZE)
{
for(var yy = 0; yy < CHUNK_SIZE*TILE_SIZE; yy+= TILE_SIZE)
{
var rnd = random_range(0,1000);
var rnd = random_range(0,5000);
if(floor(rnd) == 500)
if(floor(rnd) == 1000)
{
if(hasGeneratedBlackHole)
continue;