Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 949 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 949 Bytes

Godot Console


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.

Preview

Features

  • 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

TODO

  • Enhance tab completion
  • Sanitize int/float cvar values (based on existing min/max value data)
  • Navigating command history in the LineEdit

License

Copyright (c) 2016 Hugo Locurcio and contributors

Licensed under the MIT license, see LICENSE.md for more information.