mapeditor/tiled

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Provide a properties editor for worlds #4188

dogboydog posted onGitHub

Is your feature request related to a problem? Please describe. Currently World properties can only be accessed via scripting.

Describe the solution you'd like A menu such as World > World Properties > <loaded world> would open up a properties editor similar to Map Properties or Tileset Properties.

One consideration would be how can we get this to work via the action search / ctrl + shift + p.

The view should also auto update when the world properties are changed via scripting.

Perhaps we could also display in a read only fashion any patterns and maps added to the world.

Describe alternatives you've considered The current workaround is to edit the custom properties via scripting.


To avoid needing another list of actions for all worlds (like the "Unload" and "Save" actions), maybe it would suffice to make the properties of the "current world" (based on active map) available?

The view should also auto update when the world properties are changed via scripting.

I think this should work automatically when we call PropertiesDock::setDocument with the WorldDocument.

posted by bjorn 20 days ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests