Skip to content

Commit

Permalink
Credits reminder in TextBlade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblade9 committed Nov 21, 2024
1 parent 3089d0a commit b55e2fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TextBlade.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ Run the game again. You should get a print statement indicating you're in King's
- Add the `[LocationCode]` attribute to it
- Add whatever custom code you like to the constructor

Note that TextBlade manages and serializes/deserializes global game-wide switches; access them via the `TextBlade.Core.Game.GameSwitches.Switches` class.
Note that TextBlade manages and serializes/deserializes global game-wide switches; access them via the `TextBlade.Core.Game.GameSwitches.Switches` class.

# Credits

TextBlade includes a `credits` command. If you want to show credits, such as citation of audio resources, create a `Credits.txt` file (with a capital C) in your Content directory. Typing credits will read this out.

0 comments on commit b55e2fc

Please sign in to comment.