mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 03:24:43 -05:00
Created TopMenuContainer.tscn and ViewportContainer.gd
This commit is contained in:
parent
2190c21d9d
commit
55527501d0
5 changed files with 128 additions and 117 deletions
|
|
@ -522,14 +522,6 @@ func _on_ImportSprites_popup_hide() -> void:
|
|||
_can_draw_true()
|
||||
|
||||
|
||||
func _on_ViewportContainer_mouse_entered() -> void:
|
||||
Global.has_focus = true
|
||||
|
||||
|
||||
func _on_ViewportContainer_mouse_exited() -> void:
|
||||
Global.has_focus = false
|
||||
|
||||
|
||||
func _can_draw_true() -> void:
|
||||
Global.dialog_open(false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue