|
24 | 24 | type="", |
25 | 25 | ), |
26 | 26 | tiled_object.Tile( |
27 | | - id=3, |
28 | | - coordinates=common_types.OrderedPair( |
29 | | - 46.3682110303692, 112.993321292057 |
30 | | - ), |
| 27 | + id=6, |
| 28 | + coordinates=common_types.OrderedPair(46, 136.666666666667), |
31 | 29 | name="", |
32 | 30 | rotation=0, |
33 | 31 | type="", |
34 | 32 | visible=True, |
35 | 33 | size=common_types.Size(32, 32), |
36 | | - gid=30, |
| 34 | + gid=49, |
37 | 35 | ), |
38 | 36 | tiled_object.Tile( |
39 | | - id=5, |
40 | | - coordinates=common_types.OrderedPair(116, 145), |
| 37 | + id=7, |
| 38 | + coordinates=common_types.OrderedPair(141.333333333333, 148), |
41 | 39 | name="", |
42 | 40 | rotation=0, |
43 | 41 | type="", |
44 | 42 | visible=True, |
45 | 43 | size=common_types.Size(32, 32), |
46 | | - gid=1, |
| 44 | + gid=50, |
47 | 45 | ), |
48 | 46 | ], |
49 | 47 | ) |
50 | 48 | ], |
51 | 49 | map_size=common_types.Size(8, 6), |
52 | 50 | next_layer_id=3, |
53 | | - next_object_id=6, |
| 51 | + next_object_id=8, |
54 | 52 | orientation="orthogonal", |
55 | 53 | render_order="right-down", |
56 | 54 | tiled_version="1.7.1", |
|
65 | 63 | .resolve(), |
66 | 64 | image_width=265, |
67 | 65 | image_height=199, |
| 66 | + firstgid=1, |
68 | 67 | margin=1, |
69 | 68 | spacing=1, |
70 | 69 | name="tile_set_image", |
|
76 | 75 | type="tileset", |
77 | 76 | ), |
78 | 77 | 49: tileset.Tileset( |
| 78 | + columns=1, |
| 79 | + image=Path(Path(__file__).parent / "../../images/tile_04.png") |
| 80 | + .absolute() |
| 81 | + .resolve(), |
| 82 | + image_width=32, |
| 83 | + image_height=32, |
| 84 | + firstgid=49, |
| 85 | + margin=0, |
| 86 | + spacing=0, |
| 87 | + name="tile_set_image_for_template", |
| 88 | + tile_count=1, |
| 89 | + tiled_version="1.7.1", |
| 90 | + tile_height=32, |
| 91 | + tile_width=32, |
| 92 | + version="1.6", |
| 93 | + type="tileset", |
| 94 | + ), |
| 95 | + 50: tileset.Tileset( |
79 | 96 | columns=0, |
80 | 97 | margin=0, |
81 | 98 | spacing=0, |
82 | | - name="tileset_single_image", |
| 99 | + name="tile_set_single_image", |
83 | 100 | grid=tileset.Grid(orientation="orthogonal", width=1, height=1), |
84 | 101 | tiles={ |
85 | 102 | 0: tileset.Tile( |
86 | 103 | id=0, |
87 | | - image=Path(Path(__file__).parent / "../../images/tile_01.png") |
| 104 | + image=Path(Path(__file__).parent / "../../images/tile_02.png") |
88 | 105 | .absolute() |
89 | 106 | .resolve(), |
90 | 107 | image_height=32, |
|
95 | 112 | tiled_version="1.7.1", |
96 | 113 | tile_height=32, |
97 | 114 | tile_width=32, |
| 115 | + firstgid=50, |
98 | 116 | type="tileset", |
99 | 117 | version="1.6", |
100 | 118 | ), |
|
0 commit comments