Platformer game programming Part8 using monogame and csharp. Here we setup more of Game1's logic and begin the Quadbatch system that can be used to draw distorted rectangles (for using MeoMotion distortions). Qbatch is basically like spritebatch. We can add other custom drawing stuff like per-vertex color-blending or other odd effects.