You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Groundbreaking!! Godot resources can now be flagged to be local to the scene being edited!
This means that each time this scene is instanced, the resource will be unique! As such, thanks to this, the following features were implemented: -ButtonGroup is no longer a control, it's now a resource local to the scene -ViewportTexture can be created from the editor and set to any object, making ViewportSprite and other kind of nodes obsolete!
This commit is contained in:
@@ -473,7 +473,8 @@ class CanvasItemEditorViewport : public VBoxContainer {
|
||||
Label* selector_label;
|
||||
Label* label;
|
||||
Label* label_desc;
|
||||
ButtonGroup* btn_group;
|
||||
VBoxContainer* btn_group;
|
||||
Ref<ButtonGroup> button_group;
|
||||
|
||||
void _on_mouse_exit();
|
||||
void _on_select_type(Object* selected);
|
||||
|
||||
Reference in New Issue
Block a user