Skip to content

Commit 0e8cb0a

Browse files
authored
Update index.md
Lines 211 - 214 (Key changes made): There was an update needed to this. Previous stated the file name was "04B_11.ttf" and the size was "32". The update is to match the snippet and the download.
1 parent 580a73a commit 0e8cb0a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

articles/tutorials/building_2d_games/16_working_with_spritefonts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ Next, open the *04B_30.spritefont* file in your code editor and make the followi
210210

211211
The key changes here are:
212212

213-
1. The `<FontName>` element was updated to `04B_11.ttf`, the exact filename with extension of the TTF font we just downloaded.
214-
2. The `<Size>` element was updated to be `32`.
213+
1. The `<FontName>` element was updated to `04B_30.ttf`, the exact filename with extension of the TTF font we just downloaded.
214+
2. The `<Size>` element was updated to be `17.5`.
215215

216216
### Updating the Game
217217

0 commit comments

Comments
 (0)