benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Support splitscreen in Camera system #135

Closed benreid24 closed 1 year ago

benreid24 commented 1 year ago

Unsure of the best way to do this for now. Currently there is a single stack of cameras and the engine sets the view before calling render on the active state.

Considerations: