summaryrefslogtreecommitdiff
path: root/MonoGameLibrary/Core.cs
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-01-12 11:05:48 +0300
committerBoredGuy <osome3717@gmail.com>2026-01-12 11:05:48 +0300
commit37328f9325aa5175239c513a6a4363400a0dada4 (patch)
treeaff56d23e21e9f79c4a882924e445177b31fc248 /MonoGameLibrary/Core.cs
parent463ae57343baff7b3a7567b820c16dfde18f34d5 (diff)
Continuing Learning
Diffstat (limited to 'MonoGameLibrary/Core.cs')
-rw-r--r--MonoGameLibrary/Core.cs2
1 files changed, 2 insertions, 0 deletions
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");