mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 04:34:43 -04:00
Improved "Fit to Frame" button
Also set the default mode for the right zoom tool to zoom out.
This commit is contained in:
parent
42dbd31c7a
commit
4068330e26
4 changed files with 43 additions and 50 deletions
|
@ -115,7 +115,7 @@ var right_color_picker_for := 1
|
|||
|
||||
# 0 for zoom in, 1 for zoom out
|
||||
var left_zoom_mode := 0
|
||||
var right_zoom_mode := 0
|
||||
var right_zoom_mode := 1
|
||||
|
||||
# warning-ignore:unused_class_variable
|
||||
var left_horizontal_mirror := false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue