| 1 | var Texture = require('../../../src/gameobjects/components/Texture'); |
| 2 | var Frame = require('../../../src/textures/Frame'); |
| 3 | |
| 4 | function makeMockFrame (cutWidth, cutHeight, customPivot, pivotX, pivotY) |
nothing calls this directly
no test coverage detected