UndoRedo vol 8 - Draw while animating should now work with UndoRedo

This commit is contained in:
OverloadedOrama 2019-11-05 18:19:41 +02:00
parent 8bc0879814
commit 40e0978b3f
4 changed files with 51 additions and 32 deletions

View file

@ -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()