mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
UndoRedo vol 8 - Draw while animating should now work with UndoRedo
This commit is contained in:
parent
8bc0879814
commit
40e0978b3f
4 changed files with 51 additions and 32 deletions
|
@ -6,7 +6,7 @@ var currently_selected := false
|
|||
var visibility_toggled := false
|
||||
|
||||
func _ready() -> void:
|
||||
var stylebox = StyleBoxFlat.new()
|
||||
var stylebox := StyleBoxFlat.new()
|
||||
stylebox.bg_color = Color("3d3b45")
|
||||
add_stylebox_override("panel", stylebox)
|
||||
changed_selection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue