From aed01cc70590cd49105f356c2f4caf867398c6ff Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sun, 12 May 2024 23:00:25 +0100 Subject: [PATCH] Fix bad admonition --- .../1_setting_up_your_development_environment_windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/articles/getting_started/1_setting_up_your_development_environment_windows.md b/articles/getting_started/1_setting_up_your_development_environment_windows.md index 0ecc991..a40f7c0 100644 --- a/articles/getting_started/1_setting_up_your_development_environment_windows.md +++ b/articles/getting_started/1_setting_up_your_development_environment_windows.md @@ -25,9 +25,8 @@ When installing Visual Studio, the following workloads are required depending on ![Visual Studio optional components](images/1_installer_vs_components.png) -::: danger Targeting Windows -If you are targeting the standard Windows DirectX backend, you will also need [the DirectX June 2010 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=8109) for audio and gamepads to work properly. -::: +> [!WARNING] Targeting Windows +> If you are targeting the standard Windows DirectX backend, you will also need [the DirectX June 2010 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=8109) for audio and gamepads to work properly. ### Install MonoGame extension for Visual Studio 2022