eishiya
eishiya
I'm not so sure "seeding" would accomplish what you're looking for - seeds set the initial condition, but the output can still vary if the inputs are different or are...
Automapping's "tool" for deterministic output is to not randomise the output in the first place, or to randomise it within a narrow range xP Between the modulo options and specialised...
Ah, I see! I misinterpreted your request, I thought the GIF was an example of what you were trying to do, not a demonstration of the existing undesirable behaviour. So,...
The behaviour is already in the TMX documentation, in the section on ``: > The `tilewidth` and `tileheight` properties determine the general grid size of the map. The individual tiles...
Who is the "user" in your scenario? Are you writing a generic parser for multiple engines? Generally, the use scenario, as bjorn described, is that the custom types represent things...
> Tile flipping (hopefully one setting for all flipping bits would suffice). Some retro consoles support a subset of the available flips. GBC and SNES support horizontal and vertical flips,...
Suggested on Discord: Options to hide specific Tools from the toolbars, since those can get rather cluttered. In this case, I think it should only be a cosmetic hiding, and...
This option (and any other tileset-specific export options that may be added) should probably also be applied to embedded tilesets when exporting maps, including tilesets embedded automatically via the "embed...
Just took another look in 1.10.1 after a recent Tiled restart and could not immediately reproduce this. However, I *was* able to reproduce the issue by launching a *second* instance...
It's probably worth mentioning here that commit ce75d9b2e3b98ed58eea94a8b6b0b500556c63b5 adds `TileMap.toImage()` to the scripting API. This doesn't have the full capabilities of the Export as Image dialogue and just renders the...