Skip to content

Commit

Permalink
Updated automatic rotation and scaling description (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLegendXIII authored Nov 26, 2024
1 parent d17ab3c commit 97ca160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains the documentation for MonoGame.

## Building Form Source
## Building From Source

The MonoGame website is built using the .NET tool [DocFX](https://dotnet.github.io/docfx/) to generate the base MonoGame documentation and the API reference documentation. This means you will need the following prerequisites to build locally from source

Expand Down
2 changes: 1 addition & 1 deletion articles/getting_to_know/howto/HowTo_AutomaticRotation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to manage automatic rotation and scaling
description: A walkthrough what is involved in figuring out if two objects collide for MonoGame!
description: Demonstrates how to manage rotation and scaling based on device orientation.
requireMSLicense: true
---

Expand Down
2 changes: 1 addition & 1 deletion articles/getting_to_know/howto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This section details some of the operational aspects of running a MonoGame game.

* [How to manage automatic rotation and scaling](HowTo_AutomaticRotation.md)

A walkthrough what is involved in figuring out if two objects collide for MonoGame!
Demonstrates how to manage rotation and scaling based on device orientation.

* [How to exit a Game Immediately](HowTo_ExitNow.md)

Expand Down

0 comments on commit 97ca160

Please sign in to comment.