mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:34:43 -04:00
Added hint_tooltip to file brushes
- File brushes now have their file name as their hint_tooltip. - Changed horizontal & vertical ruler minor_subdivision to 4.
This commit is contained in:
parent
e940029979
commit
8132c8dcc5
4 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@ const RULER_WIDTH := 16
|
|||
|
||||
var font := preload("res://Assets/Fonts/Roboto-Small.tres")
|
||||
var major_subdivision := 2
|
||||
var minor_subdivision := 5
|
||||
var minor_subdivision := 4
|
||||
|
||||
var first : Vector2
|
||||
var last : Vector2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue