MotionMark icon indicating copy to clipboard operation
MotionMark copied to clipboard

Move Random methods out of Stage class

Open shallawa opened this issue 1 year ago • 0 comments

Utilities.createSubclass() can create one level of class inheritance. Utilities.extendObject() does not recursively extend the prototype of all the ancestors methods. The solution is to use ES6 classes. A step towards making Stage and its subclasses be ES6 classes is to move the Random methods out of Stage class.

shallawa avatar Apr 29 '24 05:04 shallawa