|
|
|
|
|
by boberoni
997 days ago
|
|
Fun fact: the Godot editor is itself a Godot game. > The Godot editor runs on the game engine. It uses the engine's own UI system, it can hot-reload code and scenes when you test your projects, or run game code in the editor. This means you can use the same code and scenes for your games, or build plugins and extend the editor. https://docs.godotengine.org/en/stable/getting_started/intro... |
|