From 37328f9325aa5175239c513a6a4363400a0dada4 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Mon, 12 Jan 2026 11:05:48 +0300 Subject: Continuing Learning --- MonoGameLibrary/Core.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MonoGameLibrary') diff --git a/MonoGameLibrary/Core.cs b/MonoGameLibrary/Core.cs index 9e4c9e3..a746030 100644 --- a/MonoGameLibrary/Core.cs +++ b/MonoGameLibrary/Core.cs @@ -15,6 +15,8 @@ public class Core : Game { public static SpriteBatch SpriteBatch { get; private set; } public static new ContentManager Content { get; private set; } + bool ShowFrameRate { get; set; } = false; + public Core(string title, int width, int height, bool fullscreen) { if (s_instance != null) { throw new InvalidOperationException($"Only a single Core instance can be created"); -- cgit v1.2.3