lesser-panda icon indicating copy to clipboard operation
lesser-panda copied to clipboard

Remove `sys` prefix from system instance fields

Open pixelpicosean opened this issue 8 years ago • 0 comments

Now:

import SystemGfx from 'engine/gfx';
this.sysGfx.layers.background;

After:

import Gfx from 'engine/gfx'
this.gfx.layers.background

pixelpicosean avatar Mar 13 '17 01:03 pixelpicosean