miguel

Results 99 comments of miguel

@bitwes review appreciated! I basically just merged current master onto the 4.0 branch!

I accidentally removed `min_rect_size` but it looks it is now called `custom_min_size`

No more errors but for some reason GUT starts and then stops again (silently without any errors) - if anybody could check out the branch with Godot 4 alpha13+ that...

Will provide a fix for this soon. (tm)

What about the following solutions? - labeling the output, e.g. `[dock] output goes here` - use a specific color for dock (may not be supported in all shells)

There is a new version in Python in progress, right? Couldn't we just use the [Curses API](https://docs.python.org/3/howto/curses.html) for our purpose? Or is not not compatible with the default OS shell?

The main problem is that class-specific information is only stored within the .tiled-project file which currently is not parsed anywhere. As a result, this plugin is unable to set the...

I created a setup like this in 1.9 (custom class with object attributes): ![Capture](https://user-images.githubusercontent.com/822035/179685734-818d6b6a-c117-4828-ad53-69ca0a26d7e8.JPG) but currently get these errors when loading the tilemap: ``` Missing information in custom properties (around...

@cromerc there you go. It contains a simple class that contains another class as an attribute. That class then has a bunch of objects it references in the world. [tiled-1.9-demo-project.zip](https://github.com/vnen/godot-tiled-importer/files/9144506/tiled-1.9-demo-project.zip)