Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamemap authored Feb 25, 2021
1 parent 573163a commit 5026a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In-game console for Godot, which could be easily extended with new commands.
(Is also printed to engine output)

- Session command history (using `UP` and `DOWN` keyboard arrows).
- Change the amount of saved commands in the history. (change in `Console.gd` Line 30) `30:var History = preload('Misc/History.gd').new(NUMBER) setget _set_protected)`
- Change the amount of saved commands in the history. (change in `Console.gd` Line 30) `30:var History = preload('Misc/History.gd').new(**10**) setget _set_protected)`

- [Flexible types](godot/addons/quentincaffeino-console/docs/Type.md):

Expand Down

0 comments on commit 5026a48

Please sign in to comment.