This repository is no longer maintained. Please see QuentinCaffeino/godot-console for a console add-on that works with Godot 3.x.
A work-in-progress Quake-style console for Godot. Requires a recent Godot 2.1-series build.
- Commands
- Cvars
- Scrolling
- Toggleable console with fade animation (use Shift+Escape, ~ or ² to toggle)
- Easily extensible with new commands
- Rich text format (colors, bold, italic, and more) using a RichTextLabel
- Basic tab completion
- Enhance tab completion
- Sanitize int/float cvar values (based on existing min/max value data)
- Navigating command history in the LineEdit
Copyright (c) 2016 Hugo Locurcio and contributors
Licensed under the MIT license, see LICENSE.md
for more information.