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