mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 03:04:43 -04:00
When cloning a frame, the clone appears next to the cloned
Removed some code from FrameButton.gd since it's used in AnimationTimeline.gd, and removed the Global.hidden_canvases array, as... it did nothing? I don't remember what I made it for, I think it was for UndoRedo purposes but it's seems to be working fine without it.
This commit is contained in:
parent
4068330e26
commit
a3b01873a2
3 changed files with 35 additions and 80 deletions
|
@ -44,8 +44,6 @@ var current_layer := 0 setget layer_changed
|
|||
var can_draw := false
|
||||
# warning-ignore:unused_class_variable
|
||||
var has_focus := false
|
||||
# warning-ignore:unused_class_variable
|
||||
var hidden_canvases := []
|
||||
var pressure_sensitivity_mode = Pressure_Sensitivity.NONE
|
||||
var smooth_zoom := true
|
||||
var cursor_image = preload("res://Assets/Graphics/Cursor.png")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue