Map

Hi, this is not a c++ question but I dindt know where to ask it. I am currenly reading a SFML book, and have made a map file. I was wondering if there is any way to make the map with a software like tiles however it does not give me the right file types so it would take a long time to make every map. My map file looks like this:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|type|~id|x|y|
TILE 5 0 11
TILE 5 0 29 WARP
TILE 5 0 30
TILE 5 1 11
TILE 6 1 29
TILE 5 1 30
TILE 5 2 11
TILE 6 2 29
TILE 5 2 30
TILE 5 3 11
TILE 5 3 29
TILE 5 3 30
TILE 5 4 11
TILE 5 4 12
TILE 5 4 29
Last edited on
Topic archived. No new replies allowed.