lesser-panda
lesser-panda copied to clipboard
Remove `sys` prefix from system instance fields
Now:
import SystemGfx from 'engine/gfx';
this.sysGfx.layers.background;
After:
import Gfx from 'engine/gfx'
this.gfx.layers.background