UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 151 B
import { DIRTY, DirtyComponent } from "./DirtyComponent"; export function SetDirtyChildColor(id) { DirtyComponent.data[id][DIRTY.CHILD_COLOR] = 1; }