mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
moved some changes to another pr
This commit is contained in:
parent
4f51f0d100
commit
c9b30b04c4
1 changed files with 5 additions and 5 deletions
|
@ -130,11 +130,11 @@ func set_config(config: Dictionary) -> void:
|
||||||
func update_config() -> void:
|
func update_config() -> void:
|
||||||
$Brush/BrushSize.value = _brush_size
|
$Brush/BrushSize.value = _brush_size
|
||||||
$ColorInterpolation.value = _brush_interpolate
|
$ColorInterpolation.value = _brush_interpolate
|
||||||
%FlipX.button_pressed = _brush_flip_x
|
$RotationOptions/Flip/FlipX.button_pressed = _brush_flip_x
|
||||||
%FlipY.button_pressed = _brush_flip_y
|
$RotationOptions/Flip/FlipY.button_pressed = _brush_flip_y
|
||||||
%Rotate90.button_pressed = _brush_rotate_90
|
$RotationOptions/Rotate/Rotate90.button_pressed = _brush_rotate_90
|
||||||
%Rotate180.button_pressed = _brush_rotate_180
|
$RotationOptions/Rotate/Rotate180.button_pressed = _brush_rotate_180
|
||||||
%Rotate270.button_pressed = _brush_rotate_270
|
$RotationOptions/Rotate/Rotate270.button_pressed = _brush_rotate_270
|
||||||
update_brush()
|
update_brush()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue