Skip to content

Commit

Permalink
Merge branch 'Gamemap-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
quentincaffeino committed Feb 26, 2021
2 parents 9b99e48 + 8b487f4 commit 5573055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ In-game console for Godot, which could be easily extended with new commands.

- Session command history (using `UP` and `DOWN` keyboard arrows).

- Change the number of stored commands in the history. (Change in `Console.gd` line 30 the current NUMBER to an positive integer value)
`30: var History = preload('Misc/History.gd').new(NUMBER) setget _set_protected`

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

- [Engine types](godot/addons/quentincaffeino-console/docs/Type.md#engine-types)
Expand Down

0 comments on commit 5573055

Please sign in to comment.