public Object_c[][] getTabMap() { return map_m.getTabMap(); }
public Object_c getObjectByPosition(float x, float y) { int caseX = Math.round(x / 32.f); int caseY = Math.round(y / 32.f); return map_m.getTabMap()[caseX][caseY]; }