mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Just some github UI manipulation don't mind me
This commit is contained in:
parent
360ae8cff9
commit
69b85e300e
@ -88,7 +88,7 @@ export function randSeedInt(range: integer, min: integer = 0): integer {
|
|||||||
return min;
|
return min;
|
||||||
}
|
}
|
||||||
return Phaser.Math.RND.integerInRange(min, (range - 1) + min);
|
return Phaser.Math.RND.integerInRange(min, (range - 1) + min);
|
||||||
}
|
} //
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a random integer between min and max (non-inclusive)
|
* Returns a random integer between min and max (non-inclusive)
|
||||||
|
Loading…
Reference in New Issue
Block a user