Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated automatic rotation and scaling description #86

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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