Search:

Type: Posts; User: game06

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    916

    Re: get ground postion

    it is a tile map and each tile is 32 X 32 (tile_size)



    0001
    2011
    1111


    so to get the height of map(not the array). array height 4 but bc each values is 32 pix. so to get map height
  2. Replies
    3
    Views
    916

    get ground postion

    how to get ground postion, no matter where your player is standing.

    2d array: (0=sky, 1=ground, 2=player)


    0001
    2011
    1111

    so to get ground position i do this.
Results 1 to 2 of 2