rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

[Feature Request] Export the map in coordinates and sizes of where to draw sprites #19

Open rbwhitaker opened 4 years ago

rbwhitaker commented 4 years ago

Describe the feature you'd like to see It would be nice if you could export the map in coordinates and sizes of where to draw the sprites. As in like having the project give you a list of rectangles, in which to to draw the sprites.

Describe why this feature would be helpful to you This feature would be nice for making games even faster (without the content pipeline) and make it an easier alternative. It would also be helpful for beginner XNA programmers. It would probably be easy to implement. In addition, thank you for making Realm Factory! It is very nice!

Additional context Add any other context or screenshots about the feature request here.

rbwhitaker commented 4 years ago

I think there's also some possibilities here for doing something like this to make Realm Factory useful in any system, not just XNA/MonoGame. It's an interesting thought for sure, and worth considering as we start down the path of #1.