Draft: Resolve "Migrate app to use Godot for the UI" #93

Open
thorsten wants to merge 34 commits from 58-migrate-app-to-use-godot-for-the-ui into main
Showing only changes of commit 0384026b84 - Show all commits

View File

@ -114,3 +114,19 @@ text = "STart"
[node name="Button2" type="Button" parent="VBoxContainer/MarginContainer2/TabContainer/Tab2/MarginContainer/HBoxContainer"]
layout_mode = 2
text = "Stop"
[node name="TabBar" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
visible = false
layout_mode = 2
[node name="TabBar2" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
visible = false
layout_mode = 2
[node name="TabBar3" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
visible = false
layout_mode = 2
[node name="TabBar4" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
visible = false
layout_mode = 2