Panel Storage: PANEL* Panels[MAX_X][MAX_Y][5]; Panel Init: str_cpy(panel,""); str_cat_num(panel,"bmap=BackgroundTile; pos_x = %4.0f;",i*64+X_OFFSET); str_cat_num(panel," pos_y = %4.0f; size_x = 64; size_y = 64; flags = OVERLAY;",j*64+Y_OFFSET); Panels[i][j][BASE_LAYER] = pan_create(panel,-105);
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de