-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
3 years ago
-
I noticed an issue where tileset images are unable to be loaded, even if I try re-referencing them. My suspicion is from the tilde key in the path text between LDtk and windows explorer:
![image](htt…
-
While working on on importer for Godot, I noticed that the json exported schema (the .ldtk file) for gridTiles doesn't match the documentation.
For example, this is what the documentation says grid…
-
Hi Hannu,
Following the basics notebook example, I run into an error when computing the limb darkening coefficients which I am not able to figure out.
`numba v. 0.45.1`
The snippet below prod…
vedad updated
4 years ago
-
When i try to execute haxe renderer.debug.hxml , I am getting this error.
src.renderer/App.hx:56: characters 31-40 : Class has no field rprintAll
src.renderer/page/CrashReport.hx:23: characters 36-4…
-
Updating LDTk version in EXOTIC
-
The API library for LDNL (`EXOTIC/exotic/api/gaelLDNL.py`) which is meant to be imported to other applications for processing purposes includes 17 `user_input` clauses. This stops code execution when…
-
Feel free to suggest sections!
If you want to help writing the newsletter:
- Read **[CONTRIBUTING.md](https://github.com/rust-gamedev/rust-gamedev.github.io/blob/source/CONTRIBUTING.md)**.
…
-
Hi Hannu.
I'm having a problem I'm hoping you could help me with. I installed `ldtk` v1.4.1 on MacOS Mojave 10.14.3. My python version is 3.7.4
When I do `import ldtk` I get the error message
…
vedad updated
4 years ago
-
Steps on what happened
- Created a project with an entities layer and an integer layer
- Clicked on Export Tiled TMX so that I can export the TMX onto Unity using SuperTiled2Unity (Will develop a pars…