Developer Console (Godot 3.x Version)'s icon

Developer Console (Godot 3.x Version) 1.1 Tools 3.1 Community

Submitted by user jitspoe; MIT; 2025-08-25

A simple console toggled with the ~ key that lets you quickly test features in your game, as seen in games like Quake.
Example:
func _ready():
Console.add_command("map", self, "load_level", 1)

func load_level(level_name : String):
# Do your level loading stuff here


View files Download Submit an issue Recent Edits