mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Enemy tanks, now firing.
This commit is contained in:
@@ -171,9 +171,6 @@ Phaser.RandomDataGenerator.prototype = {
|
||||
*/
|
||||
realInRange: function (min, max) {
|
||||
|
||||
min = min || 0;
|
||||
max = max || 0;
|
||||
|
||||
return this.frac() * (max - min) + min;
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user