Skip to content

Advanced

Custom Clock

ts
// Do not use sharedTicker
PixiFactory.useSharedTicker = false;
const factory = PixiFactory.factory;

// Call advanceTime manually to control time
PixiFactory.advanceTime(xx);

Change Skin

ts
// TODO

Released under the MIT License.