You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tutorial for drawing masked sprite backgrounds (#177)
* Update tutorial for drawing masked sprite backgrounds
* Add note on revising the How to draw a Sprite topic
* Add additional link to How to Tint a Sprite guide
* Add relative links instead of hardcoded ones
Copy file name to clipboardExpand all lines: articles/getting_to_know/howto/graphics/HowTo_Draw_A_Sprite.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The following texture will be used to render to the screen.
21
21
Save it to your content project and name it "**Character**" (this name will used to reference it in the project).
22
22
23
23
> [!NOTE]
24
-
> The tutorial assumes you have already [created a new MonoGame project](https://docs.monogame.net/articles/getting_started/index.html#2-creating-a-new-project) using one of the standard templates.
24
+
> The tutorial assumes you have already [created a new MonoGame project](../../../getting_started/index.md#setting-up-and-creating-your-first-monogame-project) using one of the standard templates.
25
25
26
26
## To draw a sprite on screen
27
27
@@ -54,7 +54,7 @@ Save it to your content project and name it "**Character**" (this name will used
0 commit comments