Skip to content

Commit

Permalink
docs: Fix resource typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 14, 2024
1 parent 3040b04 commit 4639bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/06-resources/05-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ section: Resources

When building games you may have assets you want to load from an external file, like sound, art, etc.

Resources must be loaded before they can be used with a [[Loader]]
Resources, like [[ImageSource]] or [[Sound]], must be loaded by calling `.load()` or by using a [[Loader]] before they can be used in your game.

## Creating Loader for Resources

Expand Down

0 comments on commit 4639bf9

Please sign in to comment.