Cleanup. GL bindings

This commit is contained in:
Matt Thorson
2020-08-03 22:45:50 -07:00
parent 1bf3c1a62f
commit 7329e98beb
6 changed files with 2246 additions and 26 deletions

View File

@ -5,7 +5,7 @@ namespace Strawberry.Sample
public class SampleGame : Game
{
public this(PlatformLayer platformLayer)
: base(platformLayer, "Strawberry Sample Game!", 320, 180, 3)
: base(platformLayer, "Strawberry Sample Game!", 320, 180, 3, 1)
{
Controls.Init();
Scene = new Level();