Cameron Krebbers

Results 18 issues of Cameron Krebbers

While testing out the features of the level background position in every configuration, I stumbled across levels with the same name. In this zip is the project+texture: [LevelUniqueness.zip](https://github.com/deepnight/ldtk/files/8792801/LevelUniqueness.zip) (Note: I...

### Exposition On the topic of packing tiles to a sprite atlas. Typically, we would loop through the tileset definition and slice for every single tile, and then pack it...

optimization
discussion

The PNG export is great: ![image](https://user-images.githubusercontent.com/55564581/156826586-a3be363f-d534-4095-9528-eabaa25771f3.png) However I was wondering it it's possible to have some new export options. For example: - Export a single PNG per world (all layers...

⭐ New feature

deepnight quote from discord: > At one point, I'd like to make a "Generate a LDtk installer" that will create a special build of LDtk using a specific project file....

new feature
experimental
IMPORTANT

In LDtk, the editor allows containing null values in a Point array. ![image](https://user-images.githubusercontent.com/55564581/157916185-615dc0bf-6113-4e2a-a4f3-a08a16f28834.png) However, I couldn't discover how to define them as null. When I try making null points, it...

bug

Hi, I'm a fellow package author. Great render asset by the way! Looks awesome 👍 I was just looking at the install instructions but it didn't talk about an install...

documentation

I've been thinking about the possibility of exporting more JSON file types so that only modified files are processed in an optimal way. ### But first, an explanation In the...

For the zen mode button, it's possible to toggle it with the Tab key, but in the tooltip, it doesn't display the shortcut when the other tooltips do display a...

When I launch a custom command, I had originally thought that the launched process would be informed of some environment variables, like, the path to the LDtk file that is...

📈 Enhancement

The crash happens on a Mac when trying to run a c# console app `.exe`. I suspect it isn't a problem with LDtk not being able to launch the file,...

🪳 Bug
macOs