Beispiel #1
0
 public override void Load()
 {
     _mesh = StaticTexturedMesh.GetCubeMesh(1f, "Assets/Textures/container.png");
     InputRegistry.BindKey(Keys.Escape, (_, _) => DestroyWindow(), InputType.OnPressed);
 }