Skip to content

Commit 1510b74

Browse files
committed
Use * instead of _ for italics as per style guide
1 parent bf3781c commit 1510b74

File tree

1 file changed

+2
-2
lines changed
  • articles/tutorials/building_2d_games

1 file changed

+2
-2
lines changed

articles/tutorials/building_2d_games/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following conventions are used in this documentation.
5151

5252
### Italics
5353

54-
_Italics_ are used for emphasis, technical terms, and paths such as file paths, including filenames and extensions.
54+
*Italics* are used for emphasis, technical terms, and paths such as file paths, including filenames and extensions.
5555

5656
### Inline Code Blocks
5757

@@ -78,7 +78,7 @@ If you ever have questions about MonoGame or would like to talk with other devel
7878

7979
## Note From Author
8080

81-
> I have been using MonoGame for the past several years (since 2017). It was a time in my game development journey where I was looking for something that I had more control over. I didn't want to spend the time to write a full game engine, but I also wanted to have more control than what the current engines at the time (i.e. Unity) offered. At that time, there was a vast amount of resources available for getting started, but none of them felt like they fit a good beginner series. Even now, the resources available still seem this way. They either require the reader to have a great understanding of game development and programming, or they assume the reader has none and instead focuses on teaching programming more than teaching MonoGame. Even still, some relied too heavily on third party libraries, while others were simply very bare bones, asking the reader to just copy and paste code without explaining the _what_ of it all.
81+
> I have been using MonoGame for the past several years (since 2017). It was a time in my game development journey where I was looking for something that I had more control over. I didn't want to spend the time to write a full game engine, but I also wanted to have more control than what the current engines at the time (i.e. Unity) offered. At that time, there was a vast amount of resources available for getting started, but none of them felt like they fit a good beginner series. Even now, the resources available still seem this way. They either require the reader to have a great understanding of game development and programming, or they assume the reader has none and instead focuses on teaching programming more than teaching MonoGame. Even still, some relied too heavily on third party libraries, while others were simply very bare bones, asking the reader to just copy and paste code without explaining the *what* of it all.
8282
>
8383
> Since then, I have written various small self contained tutorials on different topics for MonoGame to try and give back to the community for those getting started. I also participate regularly in the community discussion channels, answering questions and offering technical advice, so I'm very familiar with the topics and pain points that users get hung up on when first starting out.
8484
>

0 commit comments

Comments
 (0)