ldtk
ldtk copied to clipboard
Modern, lightweight and efficient 2D level editor
I have a problem running on Manjaro Linux, LDtk is starting, but i get only black screen, Here is terminal output: [26249:0103/073122.625472:ERROR:gl_utils.cc(398)] [GroupMarkerNotSet(crbug.com/242999)!:B8B8CB0074180000] GL_INVALID_ENUM: Invalid pname. [26249:0103/073122.625841:ERROR:gl_utils.cc(398)] [GroupMarkerNotSet(crbug.com/242999)!:B8B8CB0074180000] GL_INVALID_ENUM: Invalid...
I am trying to update one of the tilesets of my project, but when imported into the game using the LDTK API (HaxeFlixel), I got a null while reneding, crashing...
When I select a tileset different from the default for my auto-layer, it is ignored during the bake process. Baking an auto-layer always results in the default tileset being used!...
Stack: ``` LDtk version: 1.5.3- Cannot read properties of null (reading 'addClass') TypeError TypeError: Cannot read properties of null (reading 'addClass') at ui_RulePatternEditor.render (file:///Applications/LDtk.app/Contents/Resources/app.asar/assets/js/renderer.js:288154:82) at new ui_RulePatternEditor (file:///Applications/LDtk.app/Contents/Resources/app.asar/assets/js/renderer.js:287940:7) at ui_modal_panel_EditAllAutoLayerRules.createRuleBlock...
I'm using [Assetpack](https://pixijs.io/assetpack/) to manage my asset pipeline. The way it works is by using tags in curly braces on file and directory names to determine how to handle them....
Save separate width/height for grid infos in JSON, for future non-square grid feature (#18, #291) - [ ] update LayerDef.gridSize / scaledGridSize - [ ] update Project.defaultGridSize - [ ]...
These would each be improvements but they become dramatically more useful when combined. 1: Add the options "Empty Tile" (0) and "Outside Level Bounds" (null) to the "Outer IntGrid vale"...
Not only is there inconsistencies between color/colour, neighbor/neighbour, but in these JSON blobs, the extra ‘u’ takes up additional, unnecessary space on disk while not adding any clarity. [^1] [^1]:...
Hello I am trying to parse JSON using the QuickType way and implement some automated functions. Currently, I am encountering an issue related to Field instances. I attempted to modify...