From d98817fac72ec5479d2ac6876bf619034eb3357f Mon Sep 17 00:00:00 2001 From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:25:52 +0200 Subject: [PATCH 1/3] Start work for issue #279 From a0849f663385ec72f7995484b98c3ab519f5c543 Mon Sep 17 00:00:00 2001 From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:36:26 +0200 Subject: [PATCH 2/3] docs: add tip about stats window --- docs/guides/guides/rendering-textures.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/guides/rendering-textures.mdx b/docs/guides/guides/rendering-textures.mdx index 27ab53e6..3518aa87 100644 --- a/docs/guides/guides/rendering-textures.mdx +++ b/docs/guides/guides/rendering-textures.mdx @@ -159,8 +159,12 @@ protected override void OnDraw(FrameTime frameTime) } ``` - ## Step 5: Run it Run the application. You should see the result below!! + +:::tip +`Ctrl + Shift + Alt + S` enables / disables stats windows with current frames per second (FPS). +::: + Example banner From 497abe819d785a6f837be41ceee3dae1db1bd76d Mon Sep 17 00:00:00 2001 From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:18:21 +0200 Subject: [PATCH 3/3] docs: reformated tip's sentence a little. --- docs/guides/guides/rendering-textures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/guides/rendering-textures.mdx b/docs/guides/guides/rendering-textures.mdx index 3518aa87..edbc328f 100644 --- a/docs/guides/guides/rendering-textures.mdx +++ b/docs/guides/guides/rendering-textures.mdx @@ -164,7 +164,7 @@ protected override void OnDraw(FrameTime frameTime) Run the application. You should see the result below!! :::tip -`Ctrl + Shift + Alt + S` enables / disables stats windows with current frames per second (FPS). +`Ctrl + Shift + Alt + S` enables/disables the stats window, which displays the current frames per second (FPS). ::: Example banner