├── .import ├── ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.md5 ├── ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.stex ├── icon.png-487276ed1e3a0c39cad0279d744ee560.md5 └── icon.png-487276ed1e3a0c39cad0279d744ee560.stex ├── Assets ├── Fonts │ └── M5X7.ttf ├── Scenes │ ├── Player.tscn │ ├── Test.tscn │ └── UI.tscn └── Scripts │ └── Autoload │ ├── Console.gd │ ├── DebugCommands.gd │ └── Globals.gd ├── LICENSE ├── README.md ├── default_env.tres ├── icon.png ├── icon.png.import ├── main.tscn └── project.godot /.import/ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/.import/ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.md5 -------------------------------------------------------------------------------- /.import/ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/.import/ConsoleInput.png-e77522fd4fa2928f501bd3a81a5904d0.stex -------------------------------------------------------------------------------- /.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 -------------------------------------------------------------------------------- /.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex -------------------------------------------------------------------------------- /Assets/Fonts/M5X7.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Fonts/M5X7.ttf -------------------------------------------------------------------------------- /Assets/Scenes/Player.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scenes/Player.tscn -------------------------------------------------------------------------------- /Assets/Scenes/Test.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scenes/Test.tscn -------------------------------------------------------------------------------- /Assets/Scenes/UI.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scenes/UI.tscn -------------------------------------------------------------------------------- /Assets/Scripts/Autoload/Console.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scripts/Autoload/Console.gd -------------------------------------------------------------------------------- /Assets/Scripts/Autoload/DebugCommands.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scripts/Autoload/DebugCommands.gd -------------------------------------------------------------------------------- /Assets/Scripts/Autoload/Globals.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/Assets/Scripts/Autoload/Globals.gd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/README.md -------------------------------------------------------------------------------- /default_env.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/default_env.tres -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/icon.png -------------------------------------------------------------------------------- /icon.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/icon.png.import -------------------------------------------------------------------------------- /main.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/main.tscn -------------------------------------------------------------------------------- /project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coelhucas/Godot-Runtime-Console/HEAD/project.godot --------------------------------------------------------------------------------