Edit of asset "Developer Console (Godot 3.x Version)" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Developer Console (Godot 3.x Version) | Developer Console (Godot 3.x Version) |
Description |
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 |
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 |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/jitspoe/godot-console | https://github.com/jitspoe/godot-console |
Issues Url | https://github.com/jitspoe/godot-console/issues | https://github.com/jitspoe/godot-console/issues |
Godot version | Godot 3.1 | Godot 3.1 |
Version String | 1.1 | 1.1 |
Download Commit | 71da65c26a70731007d48c7268cab42178c84281 | 71da65c26a70731007d48c7268cab42178c84281 |
Download Url (Computed) | https://github.com/jitspoe/godot-console/archive/71da65c26a70731007d48c7268cab42178c84281.zip | https://github.com/jitspoe/godot-console/archive/71da65c26a70731007d48c7268cab42178c84281.zip |
Icon Url |
https://raw.githubusercontent.com/jitspoe/godot-console/refs/heads/master/godot-console-icon.png
![]() |
https://raw.githubusercontent.com/jitspoe/godot-console/refs/heads/master/godot-console-icon.png
![]() |