Search found 2 matches
- Wed Aug 10, 2016 2:55 am
- Forum: Support and Development
- Topic: Tilemap as a tile in a tilemap
- Replies: 2
- Views: 3201
Re: Tilemap as a tile in a tilemap
hmm. Ill have to give that a try. Thanks!
- Tue Aug 09, 2016 2:40 pm
- Forum: Support and Development
- Topic: Tilemap as a tile in a tilemap
- Replies: 2
- Views: 3201
Tilemap as a tile in a tilemap
I want to use a randomly assigned tile map as a piece in a larger tile map. How do I go about doing this? like so where i and j are the cordinates of the larger array, and r and u are the cordinates of the smaller array i, j i+roomx, j+roomy r+i, u+j r+i, u+j r+i, u+j+tiley hope that helps. attached...