mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:14:42 -04:00
Implemented Remove Layer - Doesn't work properly yet
This commit is contained in:
parent
bb6e2cbf16
commit
2bfae68755
3 changed files with 24 additions and 6 deletions
|
@ -30,7 +30,7 @@ func _on_FrameButton_pressed() -> void:
|
|||
|
||||
func _on_PopupMenu_id_pressed(ID : int) -> void:
|
||||
match ID:
|
||||
0: #Remove Frame
|
||||
0: # Remove Frame
|
||||
remove_frame()
|
||||
|
||||
1: # Clone Layer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue