Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
755 stars 138 forks source link

Add custom property support to AppConfig. #381

Closed nanodeath closed 3 years ago

nanodeath commented 3 years ago

This enables plugin authors to easily set and retrieve configuration options for the end developer.

Closes #380.

nanodeath commented 3 years ago

I've incorporated everyone's suggestions, I think!

So the @sample seems to work okay, but only inside IntelliJ. It doesn't render correctly in the generated Dokka HTML. But also I really like having runnable sample code :grimacing: