var Game = {}; G = Game; G.pixelSize = 4; G.player = {}; G.map = {}; function loadGameManager () {}