Publisher
dasete
Table For Scene Tabs
This simple plugin for Godot adds a dock with a table that shows all open scenes as buttons. Left-click a button to switch to its scene tab. Right-click a button to change its background color. The background color for each scene button is saved. If a scene is closed and later reopened, the previously selected background color will be restored. You can reset a button’s color using the reset color button in the color picker menu. If you discover any bugs or have suggestions for improvement, fe...
Table-For-Scene-Tabs
This simple plugin for Godot adds a dock with a table that shows all open scenes as buttons. Left-click a button to switch to its scene tab. Right-click a button to change its background color. The background color for each scene button is saved. If a scene is closed and later reopened, the previously selected background color will be restored. You can reset a button’s color using the reset color button in the color picker menu. If you discover any bugs or have suggestions for improvement, feel free to reach out. Enjoy!
Setup
Asset Library
- In Godot, open the
AssetLib
tab. - Search for and select Table For Scene Tabs.
- Download then install the plugin.
- Enable it inside
Project > Project Settings > Plugins
.
GitHub
- Download addon as zip.
- Extract the zip and move
addons/table_for_scene_tabs
into your project root. - Enable the plugin inside
Project > Project Settings > Plugins
.