Wallop
Wallop copied to clipboard
Implement graphics handling
The Engine needs to reform the way it handles Graphics.
- [ ] Engine needs to render each layout to its own render target (Now tracking via #71)
- [x] Engine needs to pass along each layout's render target's dimensions to scripts.
- [ ] Verify resource management (cleanup)
On hold until I learn the ways of Graphics Programming.