Skip to content

Commit

Permalink
Merge pull request #15 from rizen/patch-2
Browse files Browse the repository at this point in the history
Update debugging.md
  • Loading branch information
aghull authored Mar 28, 2024
2 parents 3b16417 + a9eeac3 commit ff20d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ devtools can be accessed by pressing 'Shift-S' while focusing the game frame.

God mode is another method of testing, allowing any game element to be moved or
modified in any way. It can be enabled by setting
[Game#godMode](../api/classes/Game#godmode) to true. It is a powerful but
[GameManager#godMode](../api/classes/GameManager#godmode) to true. It is a powerful but
dangerous tool as it can easily allow you to put the game into an invalid
state. Use with caution. It can be easier and safer to modify your game rules
temporarily to permit testing a scenario that is outside the game rules, by
Expand Down

0 comments on commit ff20d46

Please sign in to comment.