littlektframework / littlekt

A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
https://littlekt.com
Apache License 2.0
321 stars 12 forks source link

`LDtkJson` classes should be prefixed with `Data` #114

Closed LeHaine closed 2 years ago

LeHaine commented 2 years ago

ProjectJson should be renamed to something more clear. Most classes, other than the Definition classes, should end with the Data prefix to differentiate between a JSON data file vs rendering file.