Skip to content

Commit c68c89f

Browse files
authored
Update index.md
corrected spelling on line 20
1 parent 580a73a commit c68c89f

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/19_user_interface_fundamentals

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/19_user_interface_fundamentals/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We will first start by understanding what a user interface is and how it functio
1717

1818
## Understanding Game User Interfaces
1919

20-
A user interface in games serves as a bridge between the player and the game's systems. Well designed UIs help players navigate the game's mechanics, understand their current status, and make informed decisions. For new game developers, understanding UI principles is crucial because even the most mechanically sound game can fail if players ca not effectively interact with it.
20+
A user interface in games serves as a bridge between the player and the game's systems. Well designed UIs help players navigate the game's mechanics, understand their current status, and make informed decisions. For new game developers, understanding UI principles is crucial because even the most mechanically sound game can fail if players can not effectively interact with it.
2121

2222
Game UIs consist of various visual elements that serve different purposes:
2323

0 commit comments

Comments
 (0)