Happy birthday to the man that make all girls tremble and all pirates shiver!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function get_tile_number(int x_position, int y_position) //mouse coordinates
{
int tile_num=(x_position/TILE_PIXEL_WIDTH)+((y_position/TILE_PIXEL_HEIGHT)*ROWSIZE);
return tile_num;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.094 seconds with 14 queries.