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

create ComponentScope for dsl-safe component addition in panel and te… #379

Closed lesbiangunshow closed 3 years ago

lesbiangunshow commented 3 years ago

…xtbox dsl.

End of file line added to all files in dsl.component directory lacking it.

Notes: PR for #364 In ComponentScope could use something tidier than a lateinit var to return the component, that would give an informative error. But I don't know the preferred way to do that.