mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:54:44 -04:00
Grid size and color in preferences, update_texture optimization
- Added grid size and color in preferences - Canvas' update_texture() updates the frame button's texture only when the user releases a mouse button. This should optimize drawing in large images. - Cursor is no longer invisible inside the canvas - Minor UI changes - Added some more translations. This is going to be a common thing in commits from now on.
This commit is contained in:
parent
ade2d05a1b
commit
d81d7ee5ef
7 changed files with 211 additions and 141 deletions
|
@ -15,6 +15,12 @@ var hidden_canvases := []
|
|||
# warning-ignore:unused_class_variable
|
||||
var selected_pixels := []
|
||||
var image_clipboard : Image
|
||||
# warning-ignore:unused_class_variable
|
||||
var grid_width := 1
|
||||
# warning-ignore:unused_class_variable
|
||||
var grid_height := 1
|
||||
# warning-ignore:unused_class_variable
|
||||
var grid_color := Color.black
|
||||
|
||||
#Tools & options
|
||||
# warning-ignore:unused_class_variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue