mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Update ExtensionsAPI.gd
This commit is contained in:
parent
c9e5c97214
commit
acebbdf031
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ func get_canvas() -> Canvas:
|
|||
return Global.canvas
|
||||
|
||||
|
||||
func get_dialogs_parent_node() -> Node:
|
||||
return Global.control.get_node("Dialogs")
|
||||
|
||||
|
||||
func _get_popup_menu(menu_type: int) -> PopupMenu:
|
||||
match menu_type:
|
||||
FILE:
|
||||
|
|
Loading…
Add table
Reference in a new issue